Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (2)
Time
Message
deprecation
The "Scheb\TwoFactorBundle\DependencyInjection\Factory\Security\TwoFactorFactory" class implements "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface" that is deprecated since Symfony 5.3, use AuthenticatorFactoryInterface instead.
Class "Scheb\TwoFactorBundle\DependencyInjection\Factory\Security\AuthenticatorTwoFactorFactory" should implement method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AuthenticatorFactoryInterface::getPriority(): int": defines the position at which the authenticator is called.
Since symfony/security-bundle 5.4: Method "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension::addSecurityListenerFactory()" is deprecated, use "addAuthenticatorFactory()" instead.
The "Pimcore\Bundle\AdminBundle\Security\Factory\PreAuthenticatedAdminSessionFactory" class implements "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface" that is deprecated since Symfony 5.3, use AuthenticatorFactoryInterface instead.
Since symfony/yaml 5.1: Support for parsing numbers prefixed with 0 as octal numbers. They will be parsed as strings as of 6.0. Use "0o644" to represent the octal number.
Since symfony/yaml 5.1: Support for parsing numbers prefixed with 0 as octal numbers. They will be parsed as strings as of 6.0. Use "0o755" to represent the octal number.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\AssingRegionToAssets" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\BergfexImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\CinestyriaCategoryImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\CleanupSchladmingGrazFeratelInfrasEvents" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\CustomerCleanupCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\EvalancheSyncCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\GrazExportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\ImportFeratelIdMappingCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\MagazineSubscribersNotifyCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\MigrateTimeframerToReccuringDatesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\PimcoreImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\PoiImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\RemoveAutoRedirectsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\SaveObjectsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\TmpCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\WeatherImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Command\WebcamImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\Twig\WebpackExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.1: Not setting the "framework.router.utf8" configuration option is deprecated, it will default to "true" in version 6.0.
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.
Since symfony/security-bundle 5.1: The "success_handler" at path "security.firewalls.pimcore_admin.logout" is deprecated, register a listener on the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead.
Return type of Presta\SitemapBundle\Sitemap\XmlConstraint::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Presta\SitemapBundle\Sitemap\XmlConstraint" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Workflow\EventSubscriber\NotificationSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\Definition\Import\AbstractStructureImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\ExtJSCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\ProcessManagerBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Elements\Bundle\ProcessManagerBundle\Command\ClassMethodExecutorCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Elements\Bundle\ProcessManagerBundle\Command\MaintenanceCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CmsToolsBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\SeoHelperBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\FrameworkBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\CustomerStateHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\DoNotTouchHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\GetFilePath" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\GetFileSource" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\GetJsonSource" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\GetRenderedSource" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\Img" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\JsonPattern" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\LayoutHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\MdFileHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\NameHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\Pattern" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\PatternRender" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\ReturnPattern" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\StateHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Templating\Helper\TagsForTemplate" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Twig\Extension\DoNotTouchExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Twig\Extension\EmailPatternExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Twig\Extension\ImgExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Twig\Extension\JsonPatternExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Twig\Extension\LayoutExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Twig\Extension\LayoutExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Twig\Extension\NavigationExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Twig\Extension\PatternExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdReloadedBundle\Twig\AssetExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdReloadedBundle\Twig\DemiExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdReloadedBundle\Twig\Extension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdReloadedBundle\Twig\Extension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdReloadedBundle\Twig\JsonLdExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdReloadedBundle\Twig\TagExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\BreadcrumbHelperBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CacheHelperBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\AlpsteinBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Console\Traits\DryRun" trait is considered internal. It may change without further notice. You should not use it from "Elements\Bundle\AlpsteinBundle\Command\CategoryImagesCommand".
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Elements\Bundle\AlpsteinBundle\Command\CategoryImagesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Console\Traits\DryRun" trait is considered internal. It may change without further notice. You should not use it from "Elements\Bundle\AlpsteinBundle\Command\ImportCommand".
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Elements\Bundle\UniversalLicenseBundle\Command\InstallCCLicensesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DateRangeHelperBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "CustomerManagementFrameworkBundle\Command\CronTriggerCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the "deprecated" option in "/home/steiermark/www/vendor/pimcore/customer-management-framework-bundle/src/DependencyInjection/../Resources/config/services.yml" is deprecated.
Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the "deprecated" option in "/home/steiermark/www/vendor/pimcore/customer-management-framework-bundle/src/DependencyInjection/../Resources/config/services.yml" is deprecated.
Method "Symfony\Contracts\Service\ServiceSubscriberInterface::getSubscribedServices()" might add "array" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Bundle\AdminBundle\Controller\DoubleAuthenticationControllerInterface::needsSessionDoubleAuthenticationCheck()" might add "bool" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Controller\Rest\AbstractRestController" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 5.1: Not setting the attribute "package" of the "deprecated" option in "/home/steiermark/www/vendor/pimcore/customer-management-framework-bundle/src/DependencyInjection/../Resources/config/services_events.yml" is deprecated.
Since symfony/dependency-injection 5.1: Not setting the attribute "version" of the "deprecated" option in "/home/steiermark/www/vendor/pimcore/customer-management-framework-bundle/src/DependencyInjection/../Resources/config/services_events.yml" is deprecated.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\StatisticsExplorerBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\DirectEditBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DirectEditBundle\Command\CleanupCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Command\SizeEstimationCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexUpdateCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexRecreateCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Command\Update\UpdateFrontendBuildCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Command\WizardCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolItemPermissionVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolVersionHistoryVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::supports()" might add "bool" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute()" might add "bool" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\BatchTaskSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DenyPermissionsForFolders" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentCacheClearSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentConfigSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DownloadTrackerSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\ResponseExceptionSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SizeEstimationStrategyListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\StatisticsSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\RecurringDatesTypeBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Elements\Bundle\RecurringDatesTypeBundle\Command\MigrateTimeframerToReccuringDatesCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\QrCode\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Elements\Bundle\QrCode\Command\ImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\DataImporterBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\LoggingClientApi\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\AzureAuthBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Elements\Demi\Accommodation\Search\Service\Vacancies\Local::count(): ?int should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "CustomerManagementFrameworkBundle\Newsletter\ProviderHandler\NewsletterProviderHandlerInterface::getShortcut()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Newsletter\ProviderHandler\Evalanche" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Newsletter\ProviderHandler\Evalanche::processCustomerQueueItems()" method will require a new "NewsletterQueueItemInterface[] $array" argument in the next major version of its interface "CustomerManagementFrameworkBundle\Newsletter\ProviderHandler\NewsletterProviderHandlerInterface", not defining it is deprecated.
Method "CustomerManagementFrameworkBundle\Newsletter\ProviderHandler\NewsletterProviderHandlerInterface::processCustomerQueueItems()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Newsletter\ProviderHandler\Evalanche" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "CustomerManagementFrameworkBundle\Newsletter\ProviderHandler\NewsletterProviderHandlerInterface::updateSegmentGroups()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Newsletter\ProviderHandler\Evalanche" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "CustomerManagementFrameworkBundle\Newsletter\ProviderHandler\NewsletterProviderHandlerInterface::subscribeCustomer()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Newsletter\ProviderHandler\Evalanche" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "CustomerManagementFrameworkBundle\Newsletter\ProviderHandler\NewsletterProviderHandlerInterface::unsubscribeCustomer()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Newsletter\ProviderHandler\Evalanche" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Service\TwigHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Service\TeaserListHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Bundle\CoreBundle\EventListener\Traits\PimcoreContextAwareTrait" trait is considered internal. It may change without further notice. You should not use it from "App\EventListener\GlobalTemplateVariablesListener".
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\EventListener\GlobalTemplateVariablesListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Model\DataObject\ClassDefinition\DynamicOptionsProvider\MultiSelectOptionsProviderInterface::getOptions()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\OptionProviders\LandingpageGeneratorOptionsProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Model\DataObject\ClassDefinition\DynamicOptionsProvider\MultiSelectOptionsProviderInterface::hasStaticOptions()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\OptionProviders\LandingpageGeneratorOptionsProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Model\DataObject\ClassDefinition\DynamicOptionsProvider\SelectOptionsProviderInterface::getDefaultValue()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\OptionProviders\LandingpageGeneratorOptionsProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
Method "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface::getEncoder()" might add "PasswordEncoderInterface" as a native return type declaration in the future. Do the same in implementation "Pimcore\Security\Encoder\EncoderFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Cmf\Component\Routing\VersatileGeneratorInterface::getRouteDebugMessage()" might add "string" as a native return type declaration in the future. Do the same in implementation "Pimcore\Routing\Element\Router" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\Generator\UrlGeneratorInterface::generate()" might add "string" as a native return type declaration in the future. Do the same in implementation "Pimcore\Routing\Element\Router" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\Matcher\RequestMatcherInterface::matchRequest()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Routing\Element\Router" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Routing\Matcher\UrlMatcherInterface::match()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Routing\Element\Router" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Cmf\Component\Routing\VersatileGeneratorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Pimcore\Routing\Staticroute\Router" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Workflow\MarkingStore\MarkingStoreInterface::getMarking()" might add "Marking" as a native return type declaration in the future. Do the same in implementation "Pimcore\Workflow\MarkingStore\StateTableMarkingStore" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Workflow\MarkingStore\MarkingStoreInterface::getMarking()" might add "Marking" as a native return type declaration in the future. Do the same in implementation "Pimcore\Workflow\MarkingStore\DataObjectSplittedStateMarkingStore" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Workflow\EventSubscriber\NotesSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::log()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pimcore\Log\ApplicationLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::emergency()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pimcore\Log\ApplicationLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::critical()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pimcore\Log\ApplicationLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::error()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pimcore\Log\ApplicationLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::alert()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pimcore\Log\ApplicationLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::warning()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pimcore\Log\ApplicationLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::notice()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pimcore\Log\ApplicationLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::info()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pimcore\Log\ApplicationLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::debug()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pimcore\Log\ApplicationLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Contracts\Translation\TranslatorInterface::trans()" might add "string" as a native return type declaration in the future. Do the same in implementation "Pimcore\Translation\Translator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Contracts\Translation\LocaleAwareInterface::getLocale()" might add "string" as a native return type declaration in the future. Do the same in implementation "Pimcore\Translation\Translator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Translation\TranslatorBagInterface::getCatalogue()" might add "MessageCatalogueInterface" as a native return type declaration in the future. Do the same in implementation "Pimcore\Translation\Translator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Sitemap\EventListener\SitemapGeneratorListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Targeting\EventListener\TargetingListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Targeting\EventListener\DocumentTargetGroupListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Targeting\EventListener\VisitedPagesCountListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Targeting\EventListener\ToolbarListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Twig\Extension\HelpersExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getTests()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Twig\Extension\HelpersExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Twig\Extension\AdminExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Pimcore\Bundle\AdminBundle\Security\User\UserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByUsername()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\User\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\User\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\User\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface::getEncoder()" might add "PasswordEncoderInterface" as a native return type declaration in the future. Do the same in implementation "Pimcore\Security\Encoder\Factory\UserAwareEncoderFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationFailure()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supportsRememberMe()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AbstractGuardAuthenticator::createAuthenticatedToken()" might add "PostAuthenticationGuardToken" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-http 5.1: The "Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface" interface is deprecated, create a listener for the "Symfony\Component\Security\Http\Event\LogoutEvent" event instead.
The "Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler" class implements "Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface" that is deprecated since Symfony 5.1.
Method "Symfony\Component\Security\Http\Logout\LogoutSuccessHandlerInterface::onLogoutSuccess()" might add "Response" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::needsReloadAfterInstall()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\ProcessManagerBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Elements\Bundle\ProcessManagerBundle\Executor\AbstractExecutor::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\ProcessManagerBundle\Executor\AbstractExecutor" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Model\DataObject\Traits\ObjectVarTrait" trait is considered internal. It may change without further notice. You should not use it from "Elements\Bundle\ProcessManagerBundle\Executor\Action\AbstractAction".
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CmsToolsBundle\Twig\AreaBrickExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CmsToolsBundle\Twig\CmsToolsHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CmsToolsBundle\Twig\CmsToolsHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CmsToolsBundle\Twig\AddBreadcrumbExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CmsToolsBundle\Twig\ElementsLayoutExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CmsToolsBundle\Twig\GetAssetExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CmsToolsBundle\Twig\CarbonExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CmsToolsBundle\Twig\StaticHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\SeoHelperBundle\Templating\Helper\Canonical" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Twig\Extension\Templating\Traits\TextUtilsTrait" trait is considered internal. It may change without further notice. You should not use it from "Elements\Bundle\SeoHelperBundle\Templating\Helper\HeadMeta".
The "Pimcore\Twig\Extension\Templating\Traits\TextUtilsTrait" trait is considered internal. It may change without further notice. You should not use it from "Elements\Bundle\SeoHelperBundle\Templating\Helper\HeadTitle".
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Security\User\ConfigurableInMemoryUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByUsername()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Security\User\ConfigurableInMemoryUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Security\User\ConfigurableInMemoryUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Elements\Bundle\StyleLabBundle\Security\User\UserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::isInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeUninstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::isInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\ClientUserRolesBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\ClientUserRolesBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeUninstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\ClientUserRolesBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::isInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdReloadedBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdReloadedBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeUninstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdReloadedBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::needsReloadAfterInstall()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdReloadedBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdReloadedBundle\Templating\Helper\JsonLdHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::isInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\ErrorPageBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\ErrorPageBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\General\AnyDocumentTargetType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetTreeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Feature" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentTreeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectTreeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\AbstractRelationsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoTypeDataType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectsType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ElementPropertyType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "GraphQL\Type\Definition\UnionType::resolveType()" might add "?callable" as a native return type declaration in the future. Do the same in child class "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\HotspotMetadataType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\BreadcrumbHelperBundle\Templating\Helper\BreadcrumbHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\BreadcrumbHelperBundle\Twig\Extension\BreadcrumbHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::isInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\BreadcrumbHelperBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\BreadcrumbHelperBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeUninstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\BreadcrumbHelperBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Bundle\CoreBundle\EventListener\Traits\EnabledTrait" trait is considered internal. It may change without further notice. You should not use it from "Elements\Bundle\CacheHelperBundle\EventListener\SeoHelperListener".
The "Pimcore\Bundle\CoreBundle\EventListener\Traits\PimcoreContextAwareTrait" trait is considered internal. It may change without further notice. You should not use it from "Elements\Bundle\CacheHelperBundle\EventListener\SeoHelperListener".
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CacheHelperBundle\EventListener\SeoHelperListener" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Bundle\CoreBundle\EventListener\Traits\EnabledTrait" trait is considered internal. It may change without further notice. You should not use it from "Elements\Bundle\CacheHelperBundle\EventListener\DocumentListener".
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CacheHelperBundle\EventListener\DocumentListener" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Twig\Extension\CacheExtension" class is considered internal. It may change without further notice. You should not use it from "Elements\Bundle\CacheHelperBundle\Templating\CacheHelper".
Method "Pimcore\Twig\Extension\CacheExtension::start()" might add "bool" as a native return type declaration in the future. Do the same in child class "Elements\Bundle\CacheHelperBundle\Templating\CacheHelper" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Templating\Helper\HelperInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CacheHelperBundle\Templating\CacheKeyBuilder" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getTokenParsers()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CacheHelperBundle\Twig\Extension\CacheHelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::isInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CookieBarBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CookieBarBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::isInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\AlpsteinBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\AlpsteinBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::isInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\UniversalLicenseBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::needsReloadAfterInstall()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\UniversalLicenseBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\UniversalLicenseBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Elements\Demi\Deskline\Accommodation\Search\Service\Vacancies\Live::count(): ?int should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Elements\Demi\Accommodation\Search\Listing::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Elements\Demi\Accommodation\Search\Listing::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Elements\Demi\Accommodation\Search\Listing::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Elements\Demi\Accommodation\Search\Listing::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Elements\Demi\Accommodation\Search\Listing" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Elements\Demi\Event\Search\Listing::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Elements\Demi\Event\Search\Listing::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Elements\Demi\Event\Search\Listing::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Elements\Demi\Event\Search\Listing::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Elements\Demi\Event\Search\Listing::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Elements\Demi\Event\Search\Listing::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Elements\Demi\Event\Search\Listing" now to avoid errors or add an explicit @return annotation to suppress this message.
Return type of Elements\Demi\AdditionalService\Search\Listing::next(): mixed should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Elements\Demi\Infrastructure\Search\Listing::next(): mixed should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of Elements\Demi\Infrastructure\Search\Listing::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "Iterator::rewind()" might add "void" as a native return type declaration in the future. Do the same in implementation "Elements\Demi\Infrastructure\Search\Listing" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Bundle\EcommerceFrameworkBundle\PriceSystem\PriceSystemInterface::filterProductIds()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Elements\Demi\EcommerceFramework\Checkout\DesklinePriceSystem" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\V7\Payment\PaymentInterface::handleResponse()" might add "StatusInterface" as a native return type declaration in the future. Do the same in implementation "Elements\Demi\EcommerceFramework\Checkout\Payment\Mode\Stripe" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\V7\Payment\PaymentInterface::getAuthorizedData()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Demi\EcommerceFramework\Checkout\Payment\Mode\Stripe" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\V7\Payment\PaymentInterface::executeDebit()" might add "StatusInterface" as a native return type declaration in the future. Do the same in implementation "Elements\Demi\EcommerceFramework\Checkout\Payment\Mode\Stripe" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\V7\Payment\PaymentInterface::executeCredit()" might add "StatusInterface" as a native return type declaration in the future. Do the same in implementation "Elements\Demi\EcommerceFramework\Checkout\Payment\Mode\Stripe" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Bundle\CoreBundle\EventListener\Traits\PimcoreContextAwareTrait" trait is considered internal. It may change without further notice. You should not use it from "CustomerManagementFrameworkBundle\CustomerSaveManager\DefaultCustomerSaveManager".
The "CustomerManagementFrameworkBundle\CustomerSaveManager\DefaultCustomerSaveManager::setSaveOptions()" method will require a new "bool $clone" argument in the next major version of its interface "CustomerManagementFrameworkBundle\CustomerSaveManager\CustomerSaveManagerInterface", not defining it is deprecated.
The "CustomerManagementFrameworkBundle\CustomerProvider\DefaultCustomerProvider::getById()" method will require a new "bool $foce" argument in the next major version of its interface "CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface", not defining it is deprecated.
The "CustomerManagementFrameworkBundle\CustomerProvider\DefaultCustomerProvider::getActiveCustomerByEmail()" method will require a new "int $id" argument in the next major version of its interface "CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface", not defining it is deprecated.
The "CustomerManagementFrameworkBundle\CustomerProvider\DefaultCustomerProvider::getActiveCustomerByEmail()" method will require a new "bool $foce" argument in the next major version of its interface "CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface", not defining it is deprecated.
The "CustomerManagementFrameworkBundle\DuplicatesIndex\DefaultMariaDbDuplicatesIndex::recreateIndex()" method will require a new "LoggerInterface $logger" argument in the next major version of its interface "CustomerManagementFrameworkBundle\DuplicatesIndex\DuplicatesIndexInterface", not defining it is deprecated.
The "CustomerManagementFrameworkBundle\RESTApi\CustomersHandler::readRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
The "CustomerManagementFrameworkBundle\RESTApi\CustomersHandler::updateRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
The "CustomerManagementFrameworkBundle\RESTApi\SegmentsHandler::readRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
The "CustomerManagementFrameworkBundle\RESTApi\SegmentsHandler::updateRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
The "CustomerManagementFrameworkBundle\RESTApi\SegmentGroupsHandler::readRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
The "CustomerManagementFrameworkBundle\RESTApi\SegmentGroupsHandler::updateRecord()" method will require a new "array $params" argument in the next major version of its interface "CustomerManagementFrameworkBundle\RESTApi\CrudHandlerInterface", not defining it is deprecated.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::needsReloadAfterInstall()" might add "bool" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" class is considered internal. It may change without further notice. You should not use it from "CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers".
The "Pimcore\Bundle\CoreBundle\EventListener\Traits\PimcoreContextAwareTrait" trait is considered internal. It may change without further notice. You should not use it from "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker".
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "CustomerManagementFrameworkBundle\Security\UserProvider\CustomerObjectUserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByUsername()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Security\UserProvider\CustomerObjectUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Security\UserProvider\CustomerObjectUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Security\UserProvider\CustomerObjectUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
The "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationFailure()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supportsRememberMe()" might add "bool" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "CustomerManagementFrameworkBundle\Newsletter\Command\NewsletterSyncCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\GoogleCseBundle\Twig\CseTemplateExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::isInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\GoogleCseBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\GoogleCseBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeUninstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\GoogleCseBundle\Tools\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\AbstractAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\UserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpFoundation\RequestMatcherInterface::matches()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\Service\Security\Firewall\RequestMatcher" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\PortalEngineBundle\Form\LoginForm" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::isInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\RecurringDatesTypeBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeInstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\RecurringDatesTypeBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::canBeUninstalled()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\RecurringDatesTypeBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Bundle\Installer\InstallerInterface::needsReloadAfterInstall()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\RecurringDatesTypeBundle\Installer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\RecurringDatesTypeBundle\Twig\HelperExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiEventList" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiEventTeaserGrid" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiEventArchive" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiInfrastructureList" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiInfrastructureTeaserGrid" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiDestinationpackageList" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiHousepackageMasterSelfAssignList" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiHousepackageContainerList" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiAdditionalserviceList" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiMerchShopList" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Model\DataObject\AbstractObject::__call()" might add "mixed" as a native return type declaration in the future. Do the same in child class "Elements\Demi\AbstractObject" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\TemplateAreabrickInterface::getTemplateLocation()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\AbstractAreabrick" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\TemplateAreabrickInterface::getTemplateSuffix()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\AbstractAreabrick" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\MediaAlbum" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\MediaAlbum" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListBusTravel" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListBusTravel" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\MediaTileGallery" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\EmailHorizontalTeaser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\FormDirectInquiry" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\FormDirectInquiry" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserTourRow" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\EmailTeaserFullwidth" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListConventionPartner" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListConventionPartner" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\GlaciervineFacts" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\LandingpageInquiry" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\LandingpageInquiry" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\EmailTeaserThreeCols" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\EmailTeaserTwoCols" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\MediaGallery" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserOffer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentIframe" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\EmailWysiwyg" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\MediaImgTextSlideRotating" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentAccordion" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserGrid" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentWysiwyg" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentWysiwygMedia" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListConventionIncentive" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListConventionIncentive" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserTopOffer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentTosc5" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentTimeline" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\EmailLinkList" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListYoungStyriaAccommodation" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListYoungStyriaAccommodation" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\MediaLogos" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentLinkList" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentSocialEmbed" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentQuote" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentTextSlider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserExperienceSlider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListYoungStyriaInfrastructure" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListYoungStyriaInfrastructure" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentDownload" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\MediaImgTextSlide" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListPackage" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::action()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserListPackage" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentHtml" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\MediaVideo" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\MediaVideoTextSlide" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\TeaserImgSlider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Pimcore\Extension\Document\Areabrick\AreabrickInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Document\Areabrick\ContentHotspot" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsConfigBundle\Twig\Extension\JsConfigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CssLoaderBundle\Twig\Extension\CssLoaderExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\JsonLdBundle\Twig\Extension\JsonLdExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\DateRangeHelperBundle\Twig\DateRangeExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\CleanupSchladmingGrazFeratelInfrasEvents" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\GrazImportCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\SchladmingImportCommand" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\TmpCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Command\TypeaheadGenerateCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Pimcore\Model\DataObject\QuantityValue\UnitConversionService" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Pimcore\Bundle\DataHubBundle\Service\OutputCacheService" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\CreateInsuranceCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\CreateProcessManagerAdminRoleCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\CreateSyncUserCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\DeleteOrdersCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\CreateAccommodationTypesCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\ImportSpecificCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\MarkDummyAccosCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\ReadTransactionsCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\SetupMealTypesCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\SetupOtherStarsCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\SetupStarsCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\SyncBookingsCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\SyncCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\SyncLastChangedCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\SyncSalesChannelCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\TvbImportCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedAssetsCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedObjectsCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\UpdateEventsPropagationCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Deskline\VacancySyncCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\EnrichEcommerceClassesCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\ExportClassCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\ExportFieldcollectionCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\ExportObjectbrickCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\ExportThumbnailCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\GenerateCoordinatesForTownsCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\GenerateRedirectMappingFileCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\GenerateSitemapCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\GoogleTranslateCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\ImportClassesCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\ImportFacilityGroupIconsCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\ImportFieldcollectionsCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\ImportObjectbricksCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\ImportThumbnailsCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\InitProcessManagerCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Liftopia\ImportTickets" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\LogRotateCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\TrustYouImportCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\TypeaheadGenerateCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\UninstallCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\UnpublishTestOrdersCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\UpgradeCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\AbstractDemiCommand" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiBundle\Command\Liftopia\AbstractLiftopiaCommand" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Demi\Log" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "pimcore_ecommerce.pricing_manager.demi" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "pimcore_ecommerce.pricing_manager.default" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "CustomerManagementFrameworkBundle\Security\Authentication\LoginManager" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Pimcore\Bundle\DirectEditBundle\Service\PublishService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Pimcore\Bundle\PortalEngineBundle\Service\Asset\DirectEditConnectorInterface" service.
Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Pimcore\Bundle\PortalEngineBundle\Service\Asset\DirectEditConnectorInterface" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "Pimcore\Bundle\PortalEngineBundle\Service\PublicShare\PublicShareService" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiFrontendBundle\Controller\TicketController" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiFrontendBundle\Service\SearchFrontend" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiFrontendBundle\Service\Ticketing" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiMerchShopList" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Presta\SitemapBundle\EventListener\RouteAnnotationEventListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/cache 5.4: Usage of a DBAL Connection with "Symfony\Component\Cache\Adapter\PdoAdapter" is deprecated and will be removed in symfony 6.0. Use "Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" instead.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "Presta\SitemapBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
Since symfony/routing 5.3: Passing an array as first argument to "Symfony\Component\Routing\Annotation\Route::__construct" is deprecated. Use named arguments instead.
Method "Twig\TokenParser\TokenParserInterface::parse()" might add "Node" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CacheHelperBundle\Twig\Tag\CachePrintParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\TokenParser\TokenParserInterface::parse()" might add "Node" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CacheHelperBundle\Twig\Tag\CacheIfTokenParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\TokenParser\TokenParserInterface::getTag()" might add "string" as a native return type declaration in the future. Do the same in implementation "Elements\Bundle\CacheHelperBundle\Twig\Tag\CacheIfTokenParser" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Node\Node::compile()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Twig\Node\AssetCompressNode" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader::getDefaultRouteName()" might add "string" as a native return type declaration in the future. Do the same in child class "Pimcore\Routing\Loader\AnnotatedRouteControllerLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\BasePasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\CheckPasswordLengthTrait" instead.
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface" class is deprecated, use "Symfony\Component\PasswordHasher\PasswordHasherInterface" instead.
Method "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface::encodePassword()" might add "string" as a native return type declaration in the future. Do the same in implementation "Pimcore\Security\Encoder\PasswordFieldEncoder" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\Encoder\PasswordEncoderInterface::isPasswordValid()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Pimcore\Security\Encoder\PasswordFieldEncoder" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Pimcore\Security\User\ObjectUserProvider" should implement method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByIdentifier(string $identifier): UserInterface": loads the user for the given user identifier (e.g. username or email). This method must throw UserNotFoundException if the user is not found.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByUsername()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "Pimcore\Security\User\ObjectUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::refreshUser()" might add "UserInterface" as a native return type declaration in the future. Do the same in implementation "Pimcore\Security\User\ObjectUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Pimcore\Security\User\ObjectUserProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Pimcore\Targeting\Session\SessionConfigurator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Node\Node::compile()" might add "void" as a native return type declaration in the future. Do the same in child class "Pimcore\Twig\Node\GlossaryNode" now to avoid errors or add an explicit @return annotation to suppress this message.
Data-type `Pimcore\Model\DataObject\ClassDefinition\Data\ReverseManyToManyObjectRelation` is deprecated and will be removed in Pimcore 11. Use `Pimcore\Model\DataObject\ClassDefinition\Data\ReverseObjectRelation` instead.
Since pimcore/pimcore 4.4: Pimcore\Model\Element\ChildsCompatibilityTrait::setChilds is deprecated, please use setChildren() instead. It will be removed in Pimcore 11.
The "Pimcore\Model\DataObject\ClassDefinition\Data::getForCsvExport()" method is considered internal. It may change without further notice. You should not extend it from "Elements\Bundle\RecurringDatesTypeBundle\ClassDefinition\RecurringDates".
The "Pimcore\Model\DataObject\Traits\SimpleComparisonTrait" trait is considered internal. It may change without further notice. You should not use it from "FrontendPermissionToolkitBundle\CoreExtensions\ClassDefinitions\DynamicPermissionResource".
The "Pimcore\Model\DataObject\ClassDefinition\Data::getForCsvExport()" method is considered internal. It may change without further notice. You should not extend it from "FrontendPermissionToolkitBundle\CoreExtensions\ClassDefinitions\DynamicPermissionResource".
SELECT *
FROM website_settings
WHERE name = ?
AND (
siteId IS NULL
OR siteId = 0
OR siteId = ?
)
AND (
language IS NULL
OR language = ''
OR language = ?
)
ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
doctrine
[
"defaultSiteConfig"
nullnull]
debug
SELECT * FROM website_settings WHERE id = ?
doctrine
[1]
debug
SELECT name FROM classes WHERE id = ?
doctrine
[
"SiteConfig"
]
debug
Successfully got data for key
"object_5668"
from cache
cache
[
"key" => "object_5668"
]
debug
SELECT *
FROM website_settings
WHERE name = ?
AND (
siteId IS NULL
OR siteId = 0
OR siteId = ?
)
AND (
language IS NULL
OR language = ''
OR language = ?
)
ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
SELECT * FROM redirects WHERE
(
(source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR
(source = :sourcePathQuery AND `type` = :typePathQuery) OR
(source = :sourceEntireUri AND `type` = :typeEntireUri)
) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = '6' AND priority = 99 ORDER BY `priority` DESC
SELECT documents.id FROM documents
LEFT JOIN documents_page ON documents.id = documents_page.id
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
SELECT * FROM documents_editables WHERE documentId = ?
doctrine
[5970]
debug
Successfully got data for key
"document_13370"
from cache
cache
[
"key" => "document_13370"
]
debug
SELECT name FROM classes WHERE id = ?
doctrine
[
"21"
]
debug
Successfully got data for key
"system_supported_locales_de"
from cache
cache
[
"key" => "system_supported_locales_de"
]
debug
Successfully got data for key
"object_5882750"
from cache
cache
[
"key" => "object_5882750"
]
debug
SELECT * FROM documents_editables WHERE documentId = ?
doctrine
[13370]
debug
SELECT name FROM classes WHERE id = ?
doctrine
[
"31"
]
debug
Successfully got data for key
"object_5155291"
from cache
cache
[
"key" => "object_5155291"
]
debug
Successfully got data for key
"object_5155294"
from cache
cache
[
"key" => "object_5155294"
]
debug
Successfully got data for key
"object_5155295"
from cache
cache
[
"key" => "object_5155295"
]
debug
Successfully got data for key
"object_5155296"
from cache
cache
[
"key" => "object_5155296"
]
debug
Successfully got data for key
"object_5155298"
from cache
cache
[
"key" => "object_5155298"
]
debug
Successfully got data for key
"object_5155299"
from cache
cache
[
"key" => "object_5155299"
]
debug
Successfully got data for key
"object_5155300"
from cache
cache
[
"key" => "object_5155300"
]
debug
Successfully got data for key
"object_5155301"
from cache
cache
[
"key" => "object_5155301"
]
debug
Successfully got data for key
"object_5155302"
from cache
cache
[
"key" => "object_5155302"
]
debug
Successfully got data for key
"object_5155303"
from cache
cache
[
"key" => "object_5155303"
]
debug
Successfully got data for key
"object_5155304"
from cache
cache
[
"key" => "object_5155304"
]
debug
Successfully got data for key
"object_5155307"
from cache
cache
[
"key" => "object_5155307"
]
debug
Successfully got data for key
"object_5155311"
from cache
cache
[
"key" => "object_5155311"
]
debug
Successfully got data for key
"object_5155312"
from cache
cache
[
"key" => "object_5155312"
]
debug
Successfully got data for key
"object_5155313"
from cache
cache
[
"key" => "object_5155313"
]
debug
Successfully got data for key
"object_5155316"
from cache
cache
[
"key" => "object_5155316"
]
debug
Successfully got data for key
"object_5155317"
from cache
cache
[
"key" => "object_5155317"
]
debug
Successfully got data for key
"object_5155318"
from cache
cache
[
"key" => "object_5155318"
]
debug
Successfully got data for key
"object_5155319"
from cache
cache
[
"key" => "object_5155319"
]
debug
Successfully got data for key
"object_5155320"
from cache
cache
[
"key" => "object_5155320"
]
debug
Successfully got data for key
"object_5155321"
from cache
cache
[
"key" => "object_5155321"
]
debug
Successfully got data for key
"object_5155322"
from cache
cache
[
"key" => "object_5155322"
]
debug
Successfully got data for key
"object_5155323"
from cache
cache
[
"key" => "object_5155323"
]
debug
Successfully got data for key
"object_5155326"
from cache
cache
[
"key" => "object_5155326"
]
debug
Successfully got data for key
"object_5155331"
from cache
cache
[
"key" => "object_5155331"
]
debug
Successfully got data for key
"object_5155332"
from cache
cache
[
"key" => "object_5155332"
]
debug
Successfully got data for key
"object_5155333"
from cache
cache
[
"key" => "object_5155333"
]
debug
Successfully got data for key
"object_5155338"
from cache
cache
[
"key" => "object_5155338"
]
debug
Successfully got data for key
"object_5155339"
from cache
cache
[
"key" => "object_5155339"
]
debug
Successfully got data for key
"object_5155340"
from cache
cache
[
"key" => "object_5155340"
]
debug
Successfully got data for key
"object_5155341"
from cache
cache
[
"key" => "object_5155341"
]
debug
Successfully got data for key
"object_5155342"
from cache
cache
[
"key" => "object_5155342"
]
debug
SELECT name FROM classes WHERE id = ?
doctrine
[
"18"
]
debug
Successfully got data for key
"object_6812"
from cache
cache
[
"key" => "object_6812"
]
debug
Successfully got data for key
"object_6815"
from cache
cache
[
"key" => "object_6815"
]
debug
Successfully got data for key
"object_6830"
from cache
cache
[
"key" => "object_6830"
]
debug
Successfully got data for key
"object_6813"
from cache
cache
[
"key" => "object_6813"
]
debug
Successfully got data for key
"object_6825"
from cache
cache
[
"key" => "object_6825"
]
debug
Successfully got data for key
"object_6809"
from cache
cache
[
"key" => "object_6809"
]
debug
Successfully got data for key
"object_6831"
from cache
cache
[
"key" => "object_6831"
]
debug
Successfully got data for key
"object_6806"
from cache
cache
[
"key" => "object_6806"
]
debug
Successfully got data for key
"object_6839"
from cache
cache
[
"key" => "object_6839"
]
debug
Successfully got data for key
"object_12662"
from cache
cache
[
"key" => "object_12662"
]
debug
Successfully got data for key
"object_6814"
from cache
cache
[
"key" => "object_6814"
]
debug
Successfully got data for key
"object_6807"
from cache
cache
[
"key" => "object_6807"
]
debug
Successfully got data for key
"object_6838"
from cache
cache
[
"key" => "object_6838"
]
debug
Successfully got data for key
"object_6824"
from cache
cache
[
"key" => "object_6824"
]
debug
Successfully got data for key
"object_6826"
from cache
cache
[
"key" => "object_6826"
]
debug
Successfully got data for key
"object_6817"
from cache
cache
[
"key" => "object_6817"
]
debug
Successfully got data for key
"object_6816"
from cache
cache
[
"key" => "object_6816"
]
debug
Successfully got data for key
"object_6819"
from cache
cache
[
"key" => "object_6819"
]
debug
Successfully got data for key
"object_6832"
from cache
cache
[
"key" => "object_6832"
]
debug
Successfully got data for key
"object_6820"
from cache
cache
[
"key" => "object_6820"
]
debug
Successfully got data for key
"object_6822"
from cache
cache
[
"key" => "object_6822"
]
debug
Successfully got data for key
"object_1915320"
from cache
cache
[
"key" => "object_1915320"
]
debug
Successfully got data for key
"object_5694774"
from cache
cache
[
"key" => "object_5694774"
]
debug
Successfully got data for key
"object_5695232"
from cache
cache
[
"key" => "object_5695232"
]
debug
Successfully got data for key
"object_5695236"
from cache
cache
[
"key" => "object_5695236"
]
debug
Successfully got data for key
"object_5695240"
from cache
cache
[
"key" => "object_5695240"
]
debug
Successfully got data for key
"object_5695239"
from cache
cache
[
"key" => "object_5695239"
]
debug
Successfully got data for key
"object_5695318"
from cache
cache
[
"key" => "object_5695318"
]
debug
Successfully got data for key
"object_5695319"
from cache
cache
[
"key" => "object_5695319"
]
debug
Successfully got data for key
"object_5695314"
from cache
cache
[
"key" => "object_5695314"
]
debug
Successfully got data for key
"object_5694801"
from cache
cache
[
"key" => "object_5694801"
]
debug
Successfully got data for key
"object_5695300"
from cache
cache
[
"key" => "object_5695300"
]
debug
Successfully got data for key
"object_5695301"
from cache
cache
[
"key" => "object_5695301"
]
debug
SELECT name FROM classes WHERE id = ?
doctrine
[
"51"
]
debug
Successfully got data for key
"object_9610"
from cache
cache
[
"key" => "object_9610"
]
debug
Successfully got data for key
"object_9793"
from cache
cache
[
"key" => "object_9793"
]
debug
Successfully got data for key
"object_9667"
from cache
cache
[
"key" => "object_9667"
]
debug
Successfully got data for key
"object_9739"
from cache
cache
[
"key" => "object_9739"
]
debug
Successfully got data for key
"object_9804"
from cache
cache
[
"key" => "object_9804"
]
debug
Successfully got data for key
"object_9625"
from cache
cache
[
"key" => "object_9625"
]
debug
Successfully got data for key
"object_9609"
from cache
cache
[
"key" => "object_9609"
]
debug
Successfully got data for key
"object_9707"
from cache
cache
[
"key" => "object_9707"
]
debug
Successfully got data for key
"object_9782"
from cache
cache
[
"key" => "object_9782"
]
debug
Successfully got data for key
"object_9619"
from cache
cache
[
"key" => "object_9619"
]
debug
Successfully got data for key
"object_6120090"
from cache
cache
[
"key" => "object_6120090"
]
debug
Successfully got data for key
"object_9669"
from cache
cache
[
"key" => "object_9669"
]
debug
Successfully got data for key
"object_9648"
from cache
cache
[
"key" => "object_9648"
]
debug
Successfully got data for key
"object_3883218"
from cache
cache
[
"key" => "object_3883218"
]
debug
Successfully got data for key
"object_9665"
from cache
cache
[
"key" => "object_9665"
]
debug
Successfully got data for key
"object_9628"
from cache
cache
[
"key" => "object_9628"
]
debug
Successfully got data for key
"object_6804"
from cache
cache
[
"key" => "object_6804"
]
debug
SELECT name FROM classes WHERE id = ?
doctrine
[
"72"
]
debug
Successfully got data for key
"object_11848"
from cache
cache
[
"key" => "object_11848"
]
debug
Successfully got data for key
"object_10003651"
from cache
cache
[
"key" => "object_10003651"
]
debug
Successfully got data for key
"object_11849"
from cache
cache
[
"key" => "object_11849"
]
debug
Successfully got data for key
"object_10003652"
from cache
cache
[
"key" => "object_10003652"
]
debug
Successfully got data for key
"object_11470"
from cache
cache
[
"key" => "object_11470"
]
debug
Successfully got data for key
"object_10003641"
from cache
cache
[
"key" => "object_10003641"
]
debug
Successfully got data for key
"object_11493"
from cache
cache
[
"key" => "object_11493"
]
debug
Successfully got data for key
"object_11492"
from cache
cache
[
"key" => "object_11492"
]
debug
Successfully got data for key
"object_10003643"
from cache
cache
[
"key" => "object_10003643"
]
debug
Successfully got data for key
"object_11841"
from cache
cache
[
"key" => "object_11841"
]
debug
Successfully got data for key
"object_11495"
from cache
cache
[
"key" => "object_11495"
]
debug
Successfully got data for key
"object_10003660"
from cache
cache
[
"key" => "object_10003660"
]
debug
Successfully got data for key
"object_11487"
from cache
cache
[
"key" => "object_11487"
]
debug
Successfully got data for key
"object_10003613"
from cache
cache
[
"key" => "object_10003613"
]
debug
Successfully got data for key
"object_11501"
from cache
cache
[
"key" => "object_11501"
]
debug
Successfully got data for key
"object_10003644"
from cache
cache
[
"key" => "object_10003644"
]
debug
Successfully got data for key
"object_11475"
from cache
cache
[
"key" => "object_11475"
]
debug
Successfully got data for key
"object_10003610"
from cache
cache
[
"key" => "object_10003610"
]
debug
Successfully got data for key
"object_11494"
from cache
cache
[
"key" => "object_11494"
]
debug
Successfully got data for key
"object_11846"
from cache
cache
[
"key" => "object_11846"
]
debug
Successfully got data for key
"object_10003653"
from cache
cache
[
"key" => "object_10003653"
]
debug
Successfully got data for key
"object_11506"
from cache
cache
[
"key" => "object_11506"
]
debug
Successfully got data for key
"object_10003617"
from cache
cache
[
"key" => "object_10003617"
]
debug
Successfully got data for key
"object_11479"
from cache
cache
[
"key" => "object_11479"
]
debug
Successfully got data for key
"object_10003618"
from cache
cache
[
"key" => "object_10003618"
]
debug
Successfully got data for key
"object_11839"
from cache
cache
[
"key" => "object_11839"
]
debug
Successfully got data for key
"object_10003654"
from cache
cache
[
"key" => "object_10003654"
]
debug
Successfully got data for key
"object_11505"
from cache
cache
[
"key" => "object_11505"
]
debug
Successfully got data for key
"object_10003621"
from cache
cache
[
"key" => "object_10003621"
]
debug
Successfully got data for key
"object_11489"
from cache
cache
[
"key" => "object_11489"
]
debug
Successfully got data for key
"object_11842"
from cache
cache
[
"key" => "object_11842"
]
debug
Successfully got data for key
"object_10003655"
from cache
cache
[
"key" => "object_10003655"
]
debug
Successfully got data for key
"object_11845"
from cache
cache
[
"key" => "object_11845"
]
debug
Successfully got data for key
"object_10003656"
from cache
cache
[
"key" => "object_10003656"
]
debug
Successfully got data for key
"object_11836"
from cache
cache
[
"key" => "object_11836"
]
debug
Successfully got data for key
"object_11476"
from cache
cache
[
"key" => "object_11476"
]
debug
Successfully got data for key
"object_10003646"
from cache
cache
[
"key" => "object_10003646"
]
debug
Successfully got data for key
"object_11503"
from cache
cache
[
"key" => "object_11503"
]
debug
Successfully got data for key
"object_10003624"
from cache
cache
[
"key" => "object_10003624"
]
debug
Successfully got data for key
"object_11471"
from cache
cache
[
"key" => "object_11471"
]
debug
Successfully got data for key
"object_10003648"
from cache
cache
[
"key" => "object_10003648"
]
debug
Successfully got data for key
"object_11497"
from cache
cache
[
"key" => "object_11497"
]
debug
Successfully got data for key
"object_11490"
from cache
cache
[
"key" => "object_11490"
]
debug
Successfully got data for key
"object_10003628"
from cache
cache
[
"key" => "object_10003628"
]
debug
Successfully got data for key
"object_11498"
from cache
cache
[
"key" => "object_11498"
]
debug
Successfully got data for key
"object_10003659"
from cache
cache
[
"key" => "object_10003659"
]
debug
Successfully got data for key
"object_11481"
from cache
cache
[
"key" => "object_11481"
]
debug
Successfully got data for key
"object_10003629"
from cache
cache
[
"key" => "object_10003629"
]
debug
Successfully got data for key
"object_11477"
from cache
cache
[
"key" => "object_11477"
]
debug
Successfully got data for key
"object_10003633"
from cache
cache
[
"key" => "object_10003633"
]
debug
Successfully got data for key
"object_11502"
from cache
cache
[
"key" => "object_11502"
]
debug
Successfully got data for key
"object_10003634"
from cache
cache
[
"key" => "object_10003634"
]
debug
Successfully got data for key
"object_11488"
from cache
cache
[
"key" => "object_11488"
]
debug
Successfully got data for key
"object_10003636"
from cache
cache
[
"key" => "object_10003636"
]
debug
Successfully got data for key
"object_11840"
from cache
cache
[
"key" => "object_11840"
]
debug
Successfully got data for key
"object_10003658"
from cache
cache
[
"key" => "object_10003658"
]
debug
Successfully got data for key
"object_11485"
from cache
cache
[
"key" => "object_11485"
]
debug
Successfully got data for key
"object_10003637"
from cache
cache
[
"key" => "object_10003637"
]
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
SELECT pt.acco_id, pt.product_id, bp.price as minPrice, pt.rule type, pt.nights nights
FROM `steiermark_vacancies`.price_template pt
INNER JOIN
`steiermark_vacancies`.price_template_base_prices bp
ON bp.price_template_id = pt.id
WHERE pt.acco_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,1823597,12371222,30354,1821861,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,24109335,170382,7452939,138331,24173653,23945599,106287,25156,95383,1955508,1750211,160274,26739827,23899160,387852,1646563,38373,177333,2455620,1955268,211155,1905939,40480654,1632749,1906189,23898867,1955685,140833,1568610,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,1702984,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,12141191,1944935,166123,1980389,1933865,1957403,266814,31967,26740055,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,36640534,37868209,2063414,26739976,33321359,1633539,1634459,19725,1967445,87467,23077,40066879,2081934,1984997,1746105,389586,225007,208831,49522274,79763,44222,2454904,1955046,48716,1625531,202479,1713862,173880,1937469,384041,363263,2082358,1625132,7453002,1945182,223510,22441,157401,7453009,1947036,187073,1825519,5315068,30765378,1715720,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,42811918,176992,157109,2458180,1621941,51194931,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,16338363,1737234,1629269,268917,1629064,36935,7449751,2085600,2697866,192306,27858940,249733,1987463,2080254,2529883,36640511,26740010,1712323,229040,2075753,1735817,1980623,1936897,1950062,1568439,20627345,234239,247967,177391,105395,170725,1746456,1613053,1605052,1734569,24629767,12253627,256504,1739520,195386,2086582,4704486,30217324,110467,9700388,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1906719,1906901,1974755,26740079,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,27820,27090024,47930787,45479665,28278,2101927,1615228,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1615272,1634109,78111,108989,1955042,1632999,47257351,4442305,1745085,13440568,1632608,1599922,262167,15176970,48663392,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,1639729,20969330,151300,9629647,10680500,1731875,18776428,23720,25763,1974566,1906157,9556507,111370,1987221,9700325,200772,1953092,26739467,45916289,187911,1825302,26739418,1906454,199364,7599407,1993811,42769482,90363,1906601,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,45756971,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,12948653,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,48050342,87340,1960667,27066899,1616053,1828062,1905927,26721,4442120,219157,44780416,26739772,29827678,213925,25851748,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,1822005,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,30841045,6553969,10106915,1568590,2071323,8722782,2458315,131774,2074958,243765,27685,382826,91180,29788817,22166841,1954551,4090781,2453840,265965,50718,362951,208516,1639192,1643418,2587898,171164,15221891,203729,49917837,21193899,211256,2670240,6122559,2064513,1948108,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,11366305,32662482,33992180,2458026,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,25215728,21543,173602,2101162,16648129,42724868,8142109,18520,1748469,129031,1615547,2458357,13026962,2083376,91582,255823,388947,26739866,16648648,7452890,5957902,73689,1715779,1958820,1612870,12736708,135519,1648548,1906028,362414,35740,1745277,41064007,42682918,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,43139185,2080323,1605293,11367489,46597852,1940778,1930954,50010802,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,4791432,21032,105712,1612786,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,26740150,2091589,24971,2094094,1728707,26970673,41278917,2454928,48863,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,1616374,2060738,42724880,259359,118621,1974937,107672,1829617,1973664,45112981,26739443,181966,34636631,29699643,39226898,2458056,1971344,1938339,24523,262376,1905920,6515449,26740330,1954958,1647231,190634,188297,1995103,2083146,1826193,2458159,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,1612937,98309,4061766,4062193,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,2457442,26740020,7969551,4062278,2088227,192523,155598,26739802,1625179,25723022,36022010,1964231,20989,103348,40818583,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,41453473,2093780,1631887,2059991,22882595,1990285,95872,41160,2075683,134831,1568525,203131,48804066,162100,1742670,2074396,26740313,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,2455657,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,2661069,94129,1624588,190383,27807955,1743604,42396774,1614837,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,1616351,111341,11213989,1964588,87518,224446,1634280,1628590,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,1906196,362238,12879310,74091,22680298,1990954,173923,1734343,11993553,4149175,1965083,109501,1906052,194713,1977077,26899206,1742539,1952062,1616047,1826326,21368,78602,1621239,26342359,168086,1733491,170790,40818577,48610530,1627958,1729120,4061295,209859,21179,44079175,26739837,31116495,17770,12785402,141880,1615601,2457692,34180,46648161,2081584,362789,1951695,194884,1976233,114925,26739971,1945097,1614903,7715980,2458339,1616225,268279,1626131,26740102,1905966,227046,1612675,2081145,2100970,24767419,41615,45344641,1618763,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,9108294,4062044,165937,2697535,1980402,127120,177439,21862384,36299,211808,9700322,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,49253798,1623492,1821955,7452988,35736,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,1906418,154301,1715485,128649,2094141,42769488,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1615721,1982334,51151,1745037,227558,1646258,1739422,2457275,48897791,1956154,1824146,1946671,1614910,121323,362207,28492,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,1713138,265066,1615674,31775662,145830,31747387,1984371,1933417,1612819,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1821893,1939308,111651,1173158,2097158,40935234,2566227,252035,2072256,194471,158547,1822011,17593669,218867,221173,103592,50011,2456765,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,50341773,1968545,2691122,1733028,1744087,181329,210702,388227,35341,1616235,59655,1727855,2085525,34983,1934723,174680,1984959,7453023,1986914,12279128,1750628,362272,2457048,1618699,206591,1824494,49875366,34613539,105748,24985,2079104,130741,108105,1965726,12879307,36258298,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,42724847,2457393,130049,1989832,2077909,92398,2453569,4061962,13770777,1730704,19739002,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,42724862,3259747,245926,1950645,4580754,1730031,4062628,265768,1829134,2083559,26739986,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,1567028,2079623,179201,1950095,2194164,2094928,193204,16878138,2692476,1729443,1986795,26578533,1736723,19158,132704,1620881,39558144,48368127,1633155,39338675,213537,47929048,2470567,1952340,1626378,1970683,29311567,41546,1954287,1740988,6122475,1615695,1627127,2087379,27947163,11993589,2090036,189617,1624427,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,2673915,72528,2064168,363560,138939,38954139,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,26739413,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,10684008,1732250,244711,51333826,2456978,4062000,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1615731,1973715,173273,1940920,26739952,1616296,1645256,5367350,1628457,160203,202588,2100672,1954995,2659058,2674018,13723644,170491,260577,21489,2104003,1618898,1567581,47240616,175319,15154165,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,2310359,36716325,203147,26739817,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,26739841,1906112,98483,253709,1957805,1711987,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,143202,1714209,2098097,1631825,42841,50929972,20810,40704,3259849,367295,37746,33401,20188,2069224,1616447,17804775,26740210,13235747,188163,48981909,1821580,1828510,2453987,17804792,1992841,168606,1933801,17115,22204981,1632860,220170,136526,1906859,208109,76900,1615743,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1821740,1824854,14557855,2404244,9684290,1715597,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,1954471,148779,2102395,18777655,2673903,122139,54763,1605263,75853,106094,1985246,16306542,11993543,2062885,1950811,2667581,2073801,204342,32658,1620967,2663247,11365151,105369,126658,49299937,220755,26740135,1947551,160168,1730678,1736624,4580806,102976,13734739,42753173,148376,33363840,1635256,49345129,1600895,1951986,1702966,2081964,26740233,243243,26740304,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,2655655,7018853,205363,262206,2104811,1988207,30629016,45167318,39908198,9652728,1640812,146983,2103223,1743384,108195,42724832,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,1947283,45539296,115416,1622643,3379819,144374,2454097,39922,2095828,213132,1959487,26740025,2457105,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,2309376,1622267,117877,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,9886762,1993946,1736068,42655,1979472,225967,32043299,1821814,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,1930118,2530046,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,363159,35324,4704521,4525581,98441,1743486,4062930,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,2458171,39270097,1736444,14913875,19928947,1965841,2059036,1944896,53159,13468660,43604597,27178461,2453808,171224,2080698,2670158,1625285,1964612,13873463,1714377,27066893,1621213,1952204,96781,1907427,5160343,1733826,8776246,2065425,36640531,1821807,15136578,1740105,228572,31820473,45532997,1750886,1612615,1630724,139730,1627590,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,2456271,1980881,7738339,99228,2978039,2458566,1616336,26740126,32478,18743357,1615580,2457291,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,2674009,31772,1749431,1730858,362476,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,29072957,32147,2456969,117802,2088558,2458494,108664,17001,89349,114505,1977210,18743289,214433,162656,185888,18290,1906816,1990469,1979726,6116405,143260,2663172,154608,1714298,1614767,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,2308773,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,30192347,1567856,42811906,1736268,1744741,1567284,154180,5418662,1977863,50584316,1713759,176007,106347,4061338,1944324,214424,1729347,2458073,2073525,1994761,1616514,27142048,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,2669164,52476,7217358,1946502,1736862,157541,134210,138736,1625496,1715372,1622066,17770044,1828133,198307,1702996,1951179,1906432,18777666,2367452,194307,223652,1988816,31259,42581,1955952,2099401,1984760,185598,43155,6797421,43472,125739,42682901,2456727,1945246,1978956,1959845,2084613,1991623,13205136,1615202,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,2456436,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,2458107,1975952,15498026,2661674,1736830,4062502,1821730,209483,1968982,6494431,2104851,159639,45143324,17626,45198113,43641,1953156,169035,50593655,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1615196,1907143,1964932,48265993,205836,1906263,1939108,122580,1612807,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1906802,1630992,1628839,7186183,200867,1964833,2309544,1628284,9923960,1712703,2458220,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,362224,1620998,2454764,2065944,18776406,1930447,1568208,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,26740121,2084424,1969455,160247,2058557,26740060,254574,73135,1750679,177240,2310476,1567898,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,36640514,2065999,1952660,1969608,2103294,26739876,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,2456579,1612882,30522747,2063745,116231,1948291,1612964,7453169,1728960,259743,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,20707,148079,2309712,22870909,2663894,2104791,49276,136496,1715692,1717034,187883,1967217,2530373,43349109,4062249,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,1716944,32806,95803,2454629,1954889,1624901,1986865,26739378,218521,26739895,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1906508,1646659,1628483,1931733,26739373,13415036,1631662,88601,181278,1955476,1750076,168651,1988874,1612792,1947728,4918601,382743,7452974,9580537,94404,1975755,1713909,29829,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,40066871,13237628,1943997,249148,4062035,9919871,28657,1946779,1614918,1634078,2104878,16975,1740630,1948260,1629285,17253013,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,22680313,31341209,90285,1824605,3118747,20577,363505,202202,2073888,26739388,247088,83126,19326229,42339673,1638201,1930577,1941268,113626,48625748,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,26739856,1602560,1947958,20108,272273,41365379,1713325,11367104,90455,162969,198814,1716000,1966219,1631240,1967244,1989465,2075309,163032,1620732,145409,36160,19286,1612993,1626927,146259,1971299,42682891,8728584,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,1713366,32203081,98382,224600,44387,1612780,125266,16110362,26739995,1567825,186176,1717100,19763596,2433398,1729176,1990539,1734240,1615533,197713,1750052,22003,1616381,22149479,170902,88121,26739782,7453128,7453079,1745754,2433243,42829790,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,26740087,2454032,1967866,132963,1601806,1829206,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1714248,1644484,2080497,1955319,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,15115425,1627570,128888,1948900,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,1824754,1821979,35700277,146288,2068685,1984347,26740294,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,22680307,80881,141808,1616477,165805,6614248,86586,2071163,31543,25766745,227270,42682912,1953708,11928644,42785,21905908,1972617,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,27961048,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,48208705,46852469,2081355,1965803,94373,2456895,266341,1702930,36100,49723102,363284,2104885,1947886,5315084,174941,239049,2078460,37175,13400708,1906328,25052280,252832,11618312,1730546,1173542,23055,2530031,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,16552093,266549,1983915,1741041,33178,32341429,1616585,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,1715129,138437,1616459,4791435,1987706,207763,199850,185864,2099215,26740130,46992771,50631523,39669088,21211748,2098663,1730342,17071511,11993576,90791,104583,199934,1713553,86434,367148,45054,1955377,265378,2309430,29311311,1930310,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,2458323,55324,19754,26740229,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,2454264,1732645,1937367,49619462,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,18250396,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,1615503,2102419,1993438,9566396,1616249,18777956,1967421,7969785,242786,1612628,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,4062912,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,46703369,198534,1567618,1601128,1946839,1984093,211891,2194032,1627052,1906795,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,26740015,180136,117916,6208703,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,2104401,49345132,1643032,1615509,200906,2455960,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,40707373,8695139,1737654,35070,2084957,2529880,1952143,42350,96059,45548175,209054,1988139,33611480,41643929,172618,194023,1638661,179813,1616159,119873,122307,1944838,2457171,1957466,3283074,34595469,1633581,87012,21273299,191516,145494,26739900,26740117,2456499,1978670,12963484,37709698,12435028,47698731,10680223,246836,202554,113751,148211,74473,1964869,12665315,80793,1948414,1628266,204827,50330123,45375,1730586,17811174,1956116,26739792,1643072,268951,1942441,1619864,124000,23827352,2093462,75600,1734194,14049003,101403,1821596,1732510,3379737,96266,18777967,106657,2194254,4062431,2097383,48557901,1602100,31215812,3029831,4149203,267623,2455032,50929981,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1615295,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,36427,6122933,1744492,31261223,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2673544,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,12804745,33059182,34043087,168114,1600709,104153,2074117,24874128,2077788,50205454,1991966,1612971,1823171,2104688,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,51533229,213047,1615773,1621992,210612,1612798,3224898,1602757,1949501,1743804,1981953,1631738,41643953,2457195,1906838,222689,1987293,101969,1948166,4063525,98639,9651389,1712283,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,31569228,1954353,206894,4062004,1616197,1735710,1738782,34024549,1603697,2087883,1637797,74297,259830,1980873,49350028,1750841,17197373,2455852,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,42766841,44339,50347967,2082700,74347,157149,2098069,32750792,1616557,1748682,1821823,147531,158731,18355899,1729325,1703009,33072200,1619305,227732,176111,8746207,1614854,254246,32356610,269401,253165,18328480,1712145,156225,2103360,26739885,47196,101798,1615178,1628181,384102,273143,2075186,204973,1736174,1628215,1976072,7453065,2673541,182335,101813,367388,1949028,2194150,110842,1978760,1965688,37827,1828794,142948,2077975,8618578,2457980,220200,2310347,1712652,48905586,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,50630461,367184,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,1930130,14623690,2093671,79424,250318,2103875,1642524,2674068,2103495,6553921,1622191,48417638,27066902,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1942274,1620355,1990091,1946806,1983086,26740205,1173892,2457241,1613120,1619633,1714423,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,44760927,1931242,46284,1732163,1993242,1952542,84203,9735393,2058626,1741900,171662,1972169,18432,89886,6342564,1612861,1936218,16922,48933696,5367441,1744299,44526346,2102038,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,2457179,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,43822465,29789987,4062921,1633276,1821686,25500,14913865,1955322,42444600,1953332,33623528,1622416,46201539,36617,219012,72611,1736412,45911208,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,10004874,2458533,1955727,156120,2456226,1974719,228789,1602702,208932,1946548,1741295,1616205,1982263,11825924,32550,27189478,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,3032193,1173121,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,32460992,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,1615991,39225141,1932702,142573,2669577,92184,149700,383494,6612349,115150,29195233,2193918,6122518,1612895,136036,5957896,1989124,2457417,269473,22868106,1730377,7968981,266442,1906852,1986758,1955936,265930,44404593,1612655,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,29658076,72244,4062202,111233,162361,213063,78778,149007,27419533,1567748,1703035,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,2458389,6553925,49289508,25086439,261823,190504,1734285,32979366,182728,139584,1906119,9129044,26740170,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,1567553,1568077,37484,1567369,198380,18743311,176678,11758096,108052,1716696,217376,1906873,14383638,1615997,32356605,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,2104858,195022,1737844,1713989,4062325,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,4062032,15176332,51034,1972286,26648317,25076569,1906635,2104304,12176479,29754,1986015,2096901,1729848,1742389,1637922,19612,2084688,26739452,1961528,170037,36640521,1947843,1951622,229314,1614830,139671,187810,1951232,1629739,2100329,1962811,2666152,94222,1615159,1821680,40768,1735734,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,16421480,34219679,95945,1624206,35859506,2453876,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,363102,86366,363214,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,367391,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,1615738,22892603,98021,223960,204855,1616440,26740005,19244,2696852,7453072,48625751,26740309,142376,1938936,2099561,1950667,1975247,1616498,2081799,2100549,1714011,56045,1966648,51735516,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,25114536,77134,13377190,1618672,2668546,29836686,1941076,31050826,26740050,1728417,139974,2433378,1987149,41752708,1821723,55167,1969382,26739932,1986433,1950256,2073304,1936689,1746508,33072197,22621551,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1713829,15187823,1821762,42811912,1979636,1619615,128254,1730694,30751,2453896,13768757,2456775,164042,267530,1946351,31077191,1738871,121463,28923,14055216,124113,34037741,2098283,1948303,48319456,2455156,246469,1739372,105761,91299,2080640,2853529,2454461,1619430,18272,252258,256037,188963,81527,264448,41704397,17120,2458404,1642980,159735,1973390,1739120,1612635,135685,2102365,206854,2098830,1954921,9238291,40707377,241670,5612896,1971267,38904,229397,2674170,218149,10039806,363139,32449058,10114007,85536,1173161,2087282,29104,180387,115132,2070746,26739502,1615208,1634247,34168343,56362,1613183,149216,49304666,47601194,204528,1744654,2310457,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,50660470,2059260,91149,9517247,1630109,1736761,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,26740257,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,1616601,27298,2084894,1740164,17526524,1969581,1979378,1716219,1747672,1632497,30525605,16605043,3263475,178962,1952246,29764,247180,1616507,1648586,1648428,35313684,12578480,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,1906546,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,1616313,1980321,96354,1987095,2080795,87856,1715444,135012,141037,40739591,39377,1993620,40739609,20847987,6142093,42060036,2082242,26740155,1906044,2073691,76091,39685585,1603557,1627206,49158,1821623,46529,2092835,12910729,185208,22149472,3089986,2072287,228197,269023,28920,38008495,4062685,55010,2066582,1906249,1984904,5128432,83605,2674165,227134,2081263,190210,1743364,42769497,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,2454613,29787925,130324,2093030,28867350,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,31788832,1619833,5315124,1146742,1622382,23920,26647560,79212,36655,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1822022,1628719,32353,261158,1976935,2674021,174035,84734,222748,20972969,383497,1637581,10004877,2074334,1822030,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,42811899,90325,11185192,181884,27972191,1978568,1646152,235840,1906171,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,50975869,1733895,24767422,1603255,1821868,1712994,80940,23455755,1641179,18094541,197310,143785,21284,186259,15862624,87380,144556,1984665,1821635,185698,222990,178337,1630848,1989882,47888734,47978187,2088269,385472,207780,2670780,1989922,167903,1948065,42478172,176244,170704,2542786,2063926,182129,1930778,22568743,1567091,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,1716637,6262634,7452869,82805,1748874,1974414,6771981,47644595,1567186,2103087,1741776,212715,193028,102697,1974902,1950174,2095446,48320437,1745878,200595,163235,1989698,1952871,42358761,206964,26739981,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2458294,2065267,1746188,2098133,27825,26342176,2457804,1821836,140059,1934672,1971966,227190,245591,2103859,2530028,46933,2081298,1957212,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,43384770,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,363436,1975076,1627158,31719532,2458255,151492,1625909,1622536,1612643,18746,4061075,101549,8566620,1624685,2455815,153833,198994,20926250,155984,1627038,87899,31077072,4062067,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,9576144,48675,16306657,26739846,1946951,4442181,163958,257550,1990181,1906202,166611,21622,1748053,1946327,12143455,1747740,263995,2083636,1741179,2664864,1646975,4791485,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,2458128,98180,41305644,19763638,124869,83792,1646646,2457590,2104833,9159056,26739851,18375,32570986,2078992,47398,1982666,1945227,1828221,1968497,1994693,2457745,213283,229645,15730622,1616532,1745241,16942941,23898669,2078747,31116306,2063458,47196812,97332,140325,41879,45582,135730,187408,1906073,29850681,126983,2066111,2089778,18776174,125055,187530,48319918,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,10680394,209921,1829717,2104698,2088680,26021709,2059088,26739383,1717056,1826556,111071,47463,11364731,4061656,31116608,1633679,107023,1627999,26739957,1982812,28124,11644081,2104824,2100307,107555,2659288,73645,174987,31116045,9455321,53817,17418,1747203,30843,1603350,1990911,2459254,50613474,30482936,1612661,15498539,1991534,266112,48313371,1728976,1985522,11993491,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,1737665,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,1821629,5732976,2099659,2075421,75680,1948687,2457782,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,1930161,245508,43384764,1632798,256553,26740269,1824745,1615985,168884,1948505,26740265,1907004,20926241,1973018,26739927,156053,242072,2100495,120314,42433218,2103756,2457960,210718,147033,48564332,2074827,91383,1983110,1714453,18743469,2059571,42769461,1950224,2458381,265468,1631995,222898,35989,26306220,195537,1950873,1907420,2098851,2700465,208283,31422,134322,1739549,242014,1743243,18810400,46250,1613190,1971834,26890,2097024,46236871,1829458,33252193,90672,1955705,1956007,1603030,4062676,78974,49548929,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,2458008,1962416,22680310,1626620,12076227,1947355,2097194,1951414,1616367,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,362255,1731339,218375,13468069,203308,1643921,1826683,1712581,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,9490401,2102865,192804,50536907,1742817,2404275,2671474,1988766,2070894,2079798,4580718,26739787,18861848,1906305,3238663,362302,35238,15136325,37868363,2458065,1616103,77798,2099837,8745860,1713950,2074632,250174,35241603,383292,26739910,271807,1648359,383021,174091,2098514,11329889,49046532,79701,1973794,2458275,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,1730951,2098691,9520223,384128,16889,1944590,174737,2100087,1738996,51238225,97583,1959573,1629466,1907329,24815862,244970,10664738,2100430,4062806,89456,229144,31755375,259576,108520,383826,221442,26739822,9019876,214160,2101221,3190492,42144620,1604712,1612950,29649155,2308760,150268,176296,1968484,147399,2662512,90162,2077429,1906297,49681004,41108210,267314,50692778,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,26740040,1949614,1627301,8870626,1748239,2669983,1937978,1732862,1620709,179118,262617,46968,44869050,191428,84906,2062684,1906696,49215024,166311,220531,220877,10141050,2084188,1604752,7452932,47131,171964,46837228,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,1750906,35677466,1906002,1621181,205199,1646822,7576136,249659,1732231,223466,246876,1955197,2089643,2661877,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,103499,1907413,8925508,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,1613197,38583,176457,42551,2310272,48662436,9517217,5418389,27520,163153,31960,247897,1737173,2456747,149642,1616483,147152,2458788,1620510,1930324,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,48625745,6945367,130026,38702048,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,1567956,219501,32582,193149,1733355,26740160,17594470,1823715,10990613,1616142,1994889,25135852,2099763,2457118,22680304,2077377,33898,1943973,2103381,1745175,1965642,50135,2453674,228856,26739890,2100577,15201310,2459068,22968535,30359,6553917,42105627,1744000,26740200,82308,7162763,1567017,104513,48663426,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,8306877,1992224,220546,130955,1970969,1639682,245836,6775712,2456108,2454304,166076,1976587,54660,1749921,13447471,31406340,144860,1988347,22840856,1949004,1731831,267186,1568396,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,1954940,45252,211866,225305,151587,1640572,20708505,1976860,1713460,89565,22817521,1619716,46461361,267678,1906766,47158244,16605339,51213710,143351,45923,14659516,15118655,35562327,1631084,116102,1930304,1823539,2454173,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1823127,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,1616117,240156,1968789,2098651,3411816,214015,11510964,1739074,1955919,41680612,1931440,29788089,2457214,36640524,26739942,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1821849,1633481,1948977,26739961,1746933,2660012,21363,132768,1830434,219299,186109,27056,2657360,26739393,2457383,46904062,32010,89549,53743,49585241,177852,12141175,1746869,1972735,2662461,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,1743705,2064618,1950988,1734086,265305,1568013,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,4062019,1947373,2104865,41935,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,29263800,2098561,2059767,1613013,8537205,241827,160801,268384,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,2194020,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,7453121,1981834,45503,9700358,1975511,1907049,49534198,148975,227647,2529886,41198724,1736494,243999,6648868,20643,6118925,2674013,41198692,44781292,32396816,1713102,51216654,1733525,26740175,7453211,26739531,55395,208002,2368235,53783,198498,1616284,187757,1568651,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,6771978,44224029,1567972,1744680,26740092,1953810,261943,1633182,16943153,7678621,1620627,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,39811619,1612855,2655626,43751656,2102674,1963035,16463906,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,1616360,2101292,32802,1829934,206641,151676,40425,13237727,10490264,54464,254825,162820,1981594,1990242,39621948,27294,5418347,27998615,220693,1905902,1906021,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,2454161,192033,154051,146183,242260,7364155,1614713,1824253,1737589,2070983,19208,119097,1934294,9887645,38300874,45756976,171586,17015951,75959,1964283,136417,162948,26739832,49758724,1626802,37365,85437,1973899,1937544,110338,228288,1905954,1824363,28876,1949573,12212021,1986627,115753,262837,2433361,1821737,1823821,1968595,1950753,30763608,1567525,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,1954391,2456321,37260090,26739861,45886154,12663360,1950128,263475,246756,267580,11508819,1715186,1948401,1612667,202800,1600028,15050850,9491906,255713,1568474,142897,51358271,3176489,8388337,1713652,1904712,219686,199975,2457632,1966896,2089848,1828934,11245625,16295655,9529160,1906066,31896277,212020,41406325,158905,44080159,33451,53010,1955200,388302,108003,73395,89073,41198698,1987973,46409417,1982005,1737642,256865,32526079,5957905,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,2458424,2459391,4063327,1612621,1830380,17354,29789564,1959380,1952996,1745374,1906059,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,2104798,1961040,6173328,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,26739398,2310556,1173491,4820748,1821716,257010,1727813,1741616,42682885,210768,81316,239438,148562,1981017,191815,212689,44781629,2668273,205897,363511,111521,18560,1971221,1750647,269658,1612831,1743226,218042,1931251,2076379,1988937,2079129,2457950,1969741,1961476,44781642,6645739,50330126,1947387,125397,1949915,191210,2673648,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,2457931,208674,95652,2103814,27471,42724874,26570,23455826,39976679,5367405,1635377,1624179,2094594,2454738,268424,109732,1748634,115223,79494,1735575,7970607,40649956,260733,223613,1979549,1637716,17541,1624928,79343,28587,178500,1959616,2458503,362821,7452967,52190,22452518,176068,10684637,1983839,2459044,1951065,6112501,1906343,42977,1951313,6995557,56742,1948700,383672,52516,1621280,1633506,101260,18541017,1615619,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,261338,1714881,4062830,44528295,177157,1969075,1626162,1939806,2458331,29502930,197835,1826136,44526349,202441,50062229,182314,1749264,1737274,103526,1634372,6342567,1640939,32996115,48753192,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,50878032,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,26740299,1741842,1957306,1953959,139070,4063718,1821692,1620331,1613038,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1621080,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,9700382,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,1620033,25522,7780777,31115865,39558266,118392,26740325,108551,268162,8591193,242964,1738986,1646511,1940444,2103326,156310,1733314,223733,26739881,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,1630912,3213231,221512,226395,26739966,2059447,3379852,255905,209445,84542,1821698,12370461,1988269,1616064,189166,2059839,2097480,36090619,38622028,1612889,7967625,35617129,19029556,1733241,41024653,42085312,263626,2088601,1985962,1939951,142776,1644056,26740035,42911,244552,1989306,2418919,44831,384050,201789,1946429,22213550,26739403,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,1627273,2566254,83176,29658086,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,26717,249871,1966404,34969921,203577,1947435,2673689,1960316,225374,188477,26740097,27807120,26739871,1948321,19587,1742553,1946296,9490392,1615279,2457968,21577455,47247472,31953,2104733,1612876,147915,1625681,143596,79926,29819550,1624776,1955956,47606,29658071,32751,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,4062757,6775934,11366349,1906209,41634802,2066945,1952166,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,2457353,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,1821899,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,32108,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,47614112,9258388,116132,15028571,33905,1742359,26740030,1615680,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,1715510,109374,1749936,1951458,1983002,203394,362915,4608269,1984126,143038,154873,1612928,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,26740000,27982954,241967,150724,1615522,1616087,1821772,103051,225195,2455301,2457774,2368223,1943105,1568361,2088994,110779,8924340,1634217,207942,34012809,42724854,43581664,32742951,2853499,23107117,2085493,43384756,15432854,183196,199275,2457536,203617,1743288,48496,2081916,17670,245352,2655510,1648515,1907111,2530025,1829510,219765,1614616,18015,2104901,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,50330129,26337,26862862,1619289,31341041,135403,1742867,36598477,7757553,34716,268647,178677,1906788,18165472,81217,46152494,144062,228314,115484,35259362,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,26740045,1955577,1626974,2097551,118447,7738640,195752,1737555,15468314,35330412,1967609,119054,1969318,1615663,2529898,80548,1968807,75482,203901,1745839,7453190,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,26431,4062709,45797,1620892,1951675,4062700,1995257,251539,53131,1975478,6497550,40473,28929422,145258,26740165,1614778,48265977,2080373,175232,11861138,1715325,1742419,1713696,1627828,26740140,1828871,11993564,2458552,1616174,1626287,2455321,26740242,25724,1621340,50200137,80315,1980341,4791491,1957280,22612,5315087,172278,17517682,1642449,1734130,2669496,1821963,90830,23991,1960208,29658091,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,2457621,1630358,200126,14383937,383118,2081770,1626894,29903,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,26739919,1977491,1635138,22680295,30852,1614843,29614,1952040,3413534,223333,42114,220914,363337,1946098,250658,28867356,1906035,1827525,101229,2071099,31159117,188200,2100448,156680,40480657,1959914,383139,1954524,26740112,45468398,74121,1906747,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,17058949,1972698,1629040,48663405,53418,36492,242703,1641970,6110063,1635930,74427,1568301,17208002,18721781,131135,203636,124337,26739635,87409,1966052,45756981,1957246,27436656,264897,1951116,2457450,28035682,3406278,1628231,2095239,228081,1976486,43837572,210439,12076233,21659,194917,99548,26739991,132281,42724838,7541413,26739408,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,9576135,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,1568248,164711,107333,1823654,24242,101873,18332685,2663977,1972586,2458372,125952,21161019,210751,2455138,2104726,49539249,1932817,1970550,46237639,38616,97423,2457544,4791488,6123115,35829,1985660,183290,201425,1628028,41305633,1743861,1736352,17364709,49910,50194,134714,1714772,16192461,2454859,195225,177255,91812,2673848,48905589,1949818,1930168,47840451,1988015,1947469,122780)
AND pt.stdOccupancy BETWEEN bp.occupancyFrom AND bp.occupancyTo
AND price > 0 and (select active from `steiermark`.object_6 product where product.o_id = pt.product_id)
order by minPrice
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11848, 10003651)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11849, 10003652)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11470, 10003641)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11493)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11492, 10003643)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11841)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11495, 10003660)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11487, 10003613)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11501, 10003644)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11475, 10003610)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11494)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11846, 10003653)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11506, 10003617)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11479, 10003618)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11839, 10003654)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11505, 10003621)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11489)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11842, 10003655)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11845, 10003656)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11836)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11476, 10003646)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11503, 10003624)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11471, 10003648)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11497)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11490, 10003628)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11498, 10003659)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11481, 10003629)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11477, 10003633)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11502, 10003634)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11488, 10003636)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11840, 10003658)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (136036),(1639682),(27685),(45468398),(2064808),(42811906),(2457450),(26740224),(13026962),(36935),(1603557),(1737328),(26740304),(208902),(195537),(79030),(1616447),(2079104),(151587),(22870909),(220755),(15399851),(1959784),(2104791),(2309712),(2081145),(87467),(27807955),(38723937),(1827613),(2453987),(16552093),(20707),(1732918),(1730377),(18680),(189988),(1733016),(46236871),(1953052),(1641179),(48662436),(1732163),(176244),(259743),(271832),(1633155),(7969785),(121323),(13979961),(26739438),(1936897),(2098663),(1994374),(5554733),(84734),(77540),(31117139),(53783),(1955094),(252258),(24375268),(1944935),(1715692),(11753999),(34961275),(129897),(362951),(147191),(3045210),(33898),(119029),(174583),(6614248),(1746456),(14049003),(49169351),(87380),(1742732),(2083662),(2310269),(1955017),(1628384),(1616259),(156617),(1987680),(150349),(1626682),(1729325),(363159),(1821723),(1645676),(39270097),(1970366),(15498026),(4442187),(2194032),(47294199),(83605),(1616557),(1821899),(2456969),(173273),(206198),(7780777),(129206),(2099401),(1648477),(2666152),(1822910),(2063091),(178962),(1934349),(24448),(2458008),(2404275),(1621683),(1615509),(363436),(5367441),(1602287),(1742970),(2100430),(2088227),(2457665),(1613197),(2070983),(159064),(91149),(1977743),(201863),(122580),(1614778),(1741277),(35382),(2060384),(46250),(131774),(74347),(125739),(32979366),(108195),(43065),(367148),(266549),(1964283),(50850),(220914),(1954696),(1906621),(226215),(35206879),(1946098),(2063458),(96781),(135829),(34716),(2453896),(1750860),(31341041),(1713989),(1622267),(48416900),(17593669),(130267),(1936218),(11687134),(56362),(1612855),(30576713),(36095),(49502),(1743804),(2458372),(1601128),(1949614),(2457590),(7453218),(43125),(131135),(20577),(31116285),(2418919),(6142093),(172512),(155984),(39338675),(142376),(1642524),(1830603),(79424),(1745085),(1821779),(383360),(1974122),(26739546),(27189478),(22786995),(1823539),(1981594),(263626),(1907420),(34595469),(149007),(168651),(261943),(418173),(50135),(211759),(15498539),(1993438),(2457291),(1627758),(113626),(33321369),(1945097),(1736624),(250696),(179886),(1992182),(141656),(1717034),(25215728),(16110362),(31050826),(1978070),(1743691),(219765),(26740309),(1623492),(1955268),(106347),(2098514),(132768),(223466),(114320),(2454097),(33363840),(1738037),(1635256),(1612792),(6648868),(1624901),(26740025),(3224898),(1986946),(1992841),(2458533),(164198),(20847987),(6771981),(200595),(110374),(2455032),(1744565),(1629269),(1992394),(130741),(1932470),(40739591),(1995175),(171431),(47929048),(29649833),(26740205),(26740097),(1612831),(1845849),(75009),(179813),(17068),(1974283),(1977652),(2071163),(2060465),(1733028),(2454173),(1619633),(194960),(227647),(18776428),(122307),(233730),(90081),(111604),(18810400),(171662),(1821698),(199275),(47601194),(1568525),(1931242),(112984),(1948486),(28492),(1821772),(45252),(1734240),(1616313),(260387),(250658),(35241603),(1905939),(1738986),(1742525),(1952501),(35456),(4580718),(190383),(1637922),(18462),(2663172),(13723644),(1988015),(1568439),(94222),(1947283),(29789097),(208831),(1961503),(167903),(50194),(2088021),(45923),(1955508),(1951179),(385639),(22680307),(10684637),(1630724),(9872791),(1627570),(2099002),(2073473),(74427),(53743),(6771978),(48804066),(6262634),(206591),(1930330),(2070746),(26739942),(114734),(1714011),(40556),(164309),(2673648),(20291),(7678621),(9394208),(2091589),(87518),(1906852),(160168),(1985114),(19475),(1746869),(1970828),(4062000),(87124),(94870),(1713460),(89073),(1628028),(35655),(54464),(3032193),(36716325),(2530046),(2075049),(156225),(139639),(1633994),(42724880),(1945611),(89549),(161664),(176727),(90455),(22680313),(259576),(1943508),(2082220),(52769),(2457968),(1941470),(203308),(48417638),(1643072),(222748),(23455755),(384041),(34012809),(1969608),(5957905),(48208705),(2453876),(2058557),(48625748),(1906601),(140059),(1823654),(1969595),(1735769),(36278962),(48564332),(1972521),(125661),(189598),(1944896),(2530028),(1949086),(91180),(1735817),(1746888),(22149472),(18152),(9019876),(5315124),(27740),(192033),(260508),(1640812),(2458056),(1612986),(2455156),(5315087),(2454904),(1967421),(9700358),(1962766),(2076905),(1981615),(39007),(1942388),(30765378),(48313377),(5367477),(1614830),(1906432),(35989),(2088994),(1969075),(25577919),(211256),(2078695),(205836),(212470),(10672408),(42753168),(49345129),(1612819),(2086783),(2457621),(2308773),(36985954),(1948321),(75482),(1967514),(1960354),(1950645),(165805),(1629078),(1629064),(367184),(90830),(179201),(181329),(1906838),(1729176),(47257351),(47978187),(26739846),(223733),(43139185),(41214843),(32010),(37365),(1906112),(2457105),(1712581),(10374087),(1628266),(49585241),(26739927),(1994693),(40066871),(1625836),(146983),(44781642),(38954139),(44781292),(194917),(177333),(27298),(1824494),(145494),(1735488),(29699643),(85437),(42442514),(211686),(2102509),(17071511),(26739413),(4062673),(7738640),(266243),(124237),(38807),(47693113),(42682918),(1904411),(30765443),(1984665),(189670),(2095895),(1975018),(2453674),(7453121),(1930118),(1605263),(15243082),(1729120),(1746070),(2094540),(50963),(171116),(1739920),(220655),(105748),(2455688),(79212),(1936689),(30448600),(31474),(1743364),(1830380),(168114),(15136325),(168470),(1976935),(160203),(20108),(1823609),(26740165),(268018),(2083262),(16463906),(27294),(2100055),(1639729),(50062229),(1612643),(227190),(26739919),(17462725),(54798),(1823239),(27807120),(1964399),(7364158),(1821893),(1978012),(26740102),(242260),(109827),(1989517),(2458339),(2103431),(1964801),(244552),(47247),(1714209),(50630461),(26739876),(2074334),(74880),(1821823),(207430),(18175240),(218042),(17015951),(204776),(241333),(1945937),(2071323),(161142),(41160),(1612798),(199975),(1633539),(44080159),(1619797),(1930130),(8306877),(41909293),(2074958),(2098711),(108881),(263995),(1954391),(9629644),(1949477),(4062845),(2457463),(1748796),(1905920),(20512295),(1964309),(1713102),(170902),(1933417),(1748970),(185065),(235840),(4063767),(2104798),(1824754),(1737602),(1828221),(12176479),(2662512),(268827),(178215),(1968641),(37868209),(1644484),(80940),(1626287),(1965688),(134322),(44404593),(26059963),(1974078),(1716720),(1626802),(26647560),(1930178),(1632762),(2078155),(2084188),(2530034),(136417),(1993788),(1931758),(115753),(49387),(1958820),(59655),(1630154),(2071099),(218829),(250245),(33905),(39225314),(33321359),(6612349),(6342564),(118621),(2456765),(55395),(185888),(1938835),(77134),(12894895),(2065944),(35859506),(198994),(1744268),(26740117),(1976486),(1622686),(12663360),(32147),(267851),(2104885),(2073379),(363505),(1824745),(35238),(156464),(31116495),(1616142),(97332),(2080698),(35677466),(156762),(1632111),(202588),(1640108),(202441),(1954940),(158905),(2081691),(1741019),(2458220),(29788089),(122838),(90363),(1744680),(2089707),(18777956),(1991623),(8924340),(87314),(105761),(187757),(2673541),(36492),(1614843),(20668),(4149175),(2457214),(1907427),(132606),(1568013),(187530),(72773),(178916),(77357),(107594),(1745175),(101745),(2069310),(1980321),(26739447),(1939108),(22775),(186795),(135125),(1954958),(26739905),(1730919),(27868),(259830),(241513),(45911208),(2098830),(2662461),(1632429),(218867),(32742951),(1733491),(262446),(2099837),(1634574),(1628949),(2084613),(147221),(30177468),(1739372),(1970512),(1601222),(18777699),(210612),(3029831),(35322667),(1906901),(8745860),(192523),(187883),(149155),(2076811),(1967229),(1731048),(1602560),(387091),(254732),(1743486),(33519),(4062035),(1961578),(1951986),(32478),(261090),(13237655),(1972255),(2082137),(170704),(11618312),(26740150),(2080323),(2458107),(1732394),(1746966),(36066),(1822005),(110779),(174091),(265826),(178337),(229470),(47698722),(48905586),(2098283),(38670305),(1956116),(1984508),(1972047),(24971),(199572),(8728584),(148779),(272451),(102976),(10990613),(362915),(22892606),(1734330),(1624054),(7186183),(1977269),(1715186),(1616585),(363139),(138331),(46597852),(1954287),(1978670),(31115865),(27808188),(32996115),(154051),(110677),(22765980),(2100270),(2310272),(227558),(2104401),(1620205),(1737654),(26739635),(39599857),(3379737),(41188273),(254246),(31261223),(143785),(1986865),(1933433),(1981054),(2079129),(4062249),(171766),(42682885),(1744492),(2659288),(76033),(151636),(1954995),(39312810),(75680),(2079623),(136200),(108520),(240120),(24242),(120627),(255407),(100524),(1943973),(388227),(1602235),(27142048),(2073345),(2103076),(24109335),(229040),(33905433),(171978),(162295),(6122475),(2068685),(1642184),(23920),(1934294),(260577),(2486062),(190210),(1615663),(30724471),(2092835),(223333),(2101927),(26739832),(2673903),(9517217),(9484915),(1825519),(1963111),(26739957),(2456321),(189226),(48675),(41278917),(2098724),(1935963),(1829479),(165965),(1986914),(33451),(1567972),(1967217),(2456739),(1635097),(1967131),(33623528),(1747963),(2587910),(1905927),(23898867),(1954411),(1742903),(1737642),(113751),(18743447),(266691),(49304666),(226499),(269473),(1941076),(5612752),(17670),(1991492),(2104757),(15730622),(35070),(1730727),(25052280),(1633380),(125266),(2457048),(91383),(1748280),(30465588),(40661069),(7452918),(1958966),(1827922),(1955042),(1829797),(193068),(4062328),(12435028),(1821623),(138939),(26740155),(144860),(47921),(2104264),(2456226),(1906009),(26739373),(218423),(44172),(1906196),(2309430),(18272),(124113),(8591193),(166529),(1980553),(95383),(170037),(1648172),(49158),(1975076),(12894885),(19754),(1952996),(25135852),(201789),(2075309),(1975511),(143260),(42841),(2072287),(367295),(2065999),(75106),(34180),(1643418),(47644592),(136496),(26648317),(180306),(182441),(242919),(1907004),(228572),(10261747),(256266),(8566620),(39952681),(26740112),(29649155),(2066945),(2104416),(218149),(1945531),(4442302),(46121793),(31613769),(96266),(1826269),(18943),(2102784),(10655859),(190150),(2103832),(1952101),(1827525),(267678),(1615547),(2096778),(1173542),(1716290),(6122933),(45143324),(1936326),(29658091),(9159056),(268279),(1634459),(13418149),(199295),(2697535),(2077723),(1612786),(26740265),(246469),(119097),(30101),(1906119),(77600),(1988816),(2073304),(175610),(25025),(1567748),(1825677),(241089),(1987585),(48265977),(32550),(1737589),(4062193),(41198724),(162146),(1742580),(1968789),(100623),(31514436),(196171),(1743173),(1628590),(1961528),(36640531),(26740045),(4704486),(144062),(136526),(23945599),(157109),(255713),(245784),(48625751),(32043296),(185795),(154459),(1747203),(1733895),(168606),(160247),(41198692),(10223870),(3118747),(2088878),(2655510),(2104304),(2661087),(146288),(2085791),(1973899),(40707373),(1622354),(1965841),(265965),(22003),(1932776),(245886),(1980881),(220170),(131790),(2078142),(1615190),(1967866),(6123156),(13237727),(1736068),(1991534),(1951065),(73395),(1977210),(10684008),(1729645),(150197),(1619716),(26739995),(2091472),(31340),(1989832),(1619082),(191428),(2457353),(1972169),(26740040),(2084424),(2673689),(19029556),(2075421),(18328480),(84906),(14383638),(41969421),(1983110),(386089),(80548),(246836),(1736174),(6497598),(1173121),(2458315),(3176489),(7738339),(1603697),(1943475),(240404),(46648161),(128612),(164711),(27520),(2098069),(1629040),(2659058),(1612661),(26740160),(2097480),(1948260),(1621213),(1630109),(1984347),(26739418),(139824),(1947373),(1935804),(1828360),(102814),(7217358),(1733212),(20810),(108105),(2102038),(1623990),(1712652),(47606),(1630801),(1637831),(248735),(109291),(1907329),(50692778),(45539296),(40818571),(29341932),(218375),(31665450),(2064513),(242072),(1948166),(1620528),(82604),(2077975),(124829),(15115425),(250318),(156053),(25156),(259359),(205753),(192284),(1743288),(11436541),(1627127),(1735857),(174737),(1613053),(1931105),(47781),(41305633),(4149206),(1989566),(2059991),(42811912),(1906816),(1713496),(142948),(1621992),(44526346),(4062806),(80315),(2458159),(6497553),(1954524),(28875683),(105477),(1601300),(148211),(86746),(1988207),(18746),(1567618),(2097383),(383494),(46152494),(2458698),(48981909),(1945246),(2076379),(1739549),(2457153),(33002564),(1624588),(1947551),(1643222),(263716),(23455826),(15668814),(2670885),(26739881),(2100256),(2457275),(21193899),(1821680),(219012),(1631825),(139252),(1978568),(6497583),(46409424),(4761786),(154873),(4061812),(2673150),(99114),(101260),(12076227),(1604675),(1906328),(18250396),(2101243),(1823171),(1750211),(18776174),(222491),(210638),(34887538),(91299),(192660),(383021),(48496),(1715129),(207780),(25410808),(146259),(1980474),(111233),(29907),(179767),(126485),(157541),(4062067),(201802),(9887645),(2104698),(2064168),(11245625),(2081263),(8925967),(195136),(2085415),(1824908),(16993556),(42724838),(31967),(7599407),(32689),(180460),(257470),(25089373),(2103560),(1939045),(2066719),(188163),(1738782),(26740330),(139730),(1906788),(128321),(31789631),(197835),(1821580),(21363),(122139),(36227),(213358),(31259),(2058626),(117486),(185961),(48320437),(210887),(26740247),(1964869),(1733379),(29671),(31291),(1616614),(97550),(41842),(23107117),(40649956),(1957212),(1985351),(229095),(92184),(1173124),(2080795),(1624824),(26739837),(1741980),(1821861),(80083),(165025),(1988139),(1968049),(26684353),(1736412),(37942),(227572),(101167),(4062381),(136555),(52801),(1744456),(2075589),(114786),(11993553),(1600091),(21284),(41239),(12406905),(1604752),(132963),(2097271),(1614910),(12785402),(76900),(265468),(89745),(4062128),(117877),(1624776),(40935234),(12736708),(45794146),(38060),(227046),(1973431),(2194164),(25851748),(18777677),(218032),(164128),(7453211),(1950703),(110467),(1971885),(122101),(1615272),(26739971),(1744087),(7453190),(116231),(51533229),(2089778),(13235747),(2084688),(175792),(1907111),(209859),(1614837),(2368235),(1967010),(2458255),(49580925),(4062709),(2065496),(1989189),(1954000),(19208),(42766841),(1749742),(1615178),(149216),(2459142),(51151),(4580806),(207109),(7452890),(1746266),(27947163),(1604964),(197250),(1749855),(1975952),(1960869),(223613),(36327),(22621551),(26739398),(7576136),(122780),(5949155),(155681),(196032),(135685),(127120),(1907049),(1600513),(1982238),(194565),(1627633),(22680310),(3238663),(110254),(95652),(1173158),(253709),(49681004),(1603875),(221211),(175902),(212689),(2661877),(1625875),(128052),(41879),(2457950),(1824146),(144517),(212066),(42448818),(44526349),(200772),(2086547),(1944638),(1743121),(10680223),(2684053),(15221891),(104781),(1959004),(1823376),(26739932),(267700),(73645),(14913865),(18743357),(1627158),(1615749),(35700277),(50584316),(1951313),(1987293),(72285),(18332685),(1640841),(1824363),(11993491),(1625429),(224600),(201732),(1969382),(33294335),(157521),(1702984),(177852),(4061851),(1994096),(32582),(1976549),(36655),(2082242),(1728707),(1948303),(37859),(29850681),(1750076),(2458035),(9529160),(51238225),(84203),(31823031),(1989306),(2458331),(204161),(103348),(39575),(194307),(1616740),(38008495),(1958857),(2100549),(11106490),(76562),(1947083),(27066899),(16889),(176007),(1173693),(19115),(18015),(203617),(183391),(206854),(7452953),(31159141),(1972880),(265768),(135403),(49875366),(256865),(1627052),(9290160),(142725),(41108210),(223355),(1618763),(1627590),(105154),(113462),(1646975),(240971),(2661069),(1905954),(44760927),(177157),(1600895),(1986716),(26739871),(30756),(2074632),(362238),(23620),(2674068),(1966779),(5732976),(192003),(4063373),(1742867),(2062410),(53913),(8537205),(49548929),(42060036),(1615721),(1986433),(1931733),(1906249),(1931251),(1731471),(1620658),(7041608),(2692476),(1828794),(1636646),(175232),(176975),(4062044),(1736761),(142528),(187810),(26739910),(4063051),(135252),(6285088),(15201310),(87409),(189874),(179680),(3379852),(31215812),(24874128),(195386),(1702966),(2456499),(146572),(53347),(206641),(26147003),(227732),(32658),(1931829),(1713325),(2080902),(1995103),(2076325),(223395),(177391),(1952246),(1947843),(15103887),(1946470),(2087883),(26851),(2102326),(174680),(2073801),(214015),(1615738),(44781629),(228314),(1646625),(1972617),(1614854),(2457241),(1567553),(256504),(106770),(11365272),(246756),(3213231),(36299),(21237158),(151031),(44735018),(2100932),(105369),(177240),(48891241),(14913875),(23899160),(102697),(220238),(1823715),(119054),(1976408),(1733811),(180717),(7453225),(42449618),(7452974),(178433),(2668273),(1567956),(1968062),(18776567),(26739866),(1632826),(262376),(5957896),(42977),(145685),(6945367),(18776639),(2095070),(260687),(40425),(16329832),(245508),(26740005),(47710),(1620627),(123820),(34168343),(25413382),(158481),(2099138),(1972504),(1568301),(190504),(115416),(2100970),(132156),(1946327),(1750679),(2080600),(2101108),(20643),(1987442),(204745),(1613120),(1731875),(2309376),(199742),(107023),(42655),(1824605),(224525),(1601456),(243999),(26626),(203577),(1622139),(14383937),(1968497),(98021),(2098097),(5367353),(5554780),(2082700),(108052),(1631738),(26740210),(20972969),(2073525),(1173254),(7452883),(6122990),(9886762),(1730657),(6116405),(148079),(1736675),(2075753),(117646),(255495),(192497),(1949004),(2095526),(9495222),(4608272),(17275786),(1968545),(268384),(1747013),(241860),(1940948),(25414206),(2433361),(1712193),(6515449),(194023),(1970266),(1942274),(35206874),(190401),(2104878),(214160),(262061),(11281445),(1823225),(1953959),(2100672),(25522),(1748682),(18777989),(1744741),(50388225),(1645256),(1619845),(1621181),(1616081),(30806616),(1948108),(9395965),(38583),(34613539),(1735505),(22892603),(21327),(96354),(3213244),(2077429),(145258),(1624928),(20188),(6173328),(1986509),(4820748),(1626434),(1632798),(1985246),(17208002),(1955322),(181045),(45886154),(1734343),(72528),(40818583),(383497),(6122518),(34358),(172618),(259974),(1648359),(1955956),(1968982),(1930778),(14660255),(2072256),(26740195),(1612655),(157466),(1955273),(1955577),(88291),(32449058),(20926241),(187460),(31077769),(193028),(1990091),(1965827),(200126),(18777666),(383292),(1948700),(190920),(36640534),(37308),(191155),(255823),(183196),(2661674),(1944971),(1826683),(1821791),(1622470),(1616367),(43686),(1942686),(1729762),(24173653),(4063570),(248414),(252832),(11473248),(260555),(160801),(1743384),(26342176),(169612),(136066),(12910566),(30482936),(2102926),(42811918),(1829934),(36531205),(22953),(74297),(1741179),(11364731),(33401),(2099561),(33059182),(262837),(141562),(1828510),(27961045),(2194254),(25984203),(1620047),(1628609),(1949421),(1640532),(20203610),(267314),(48981906),(2100004),(2059361),(191815),(1984093),(1953332),(17770044),(2670053),(148562),(1952340),(1743243),(4061211),(42105593),(1627301),(1744374),(1713553),(1952143),(23720),(9455321),(5418389),(2104733),(1961516),(1741616),(136181),(2058868),(138437),(1942441),(146129),(2101221),(1620331),(117916),(1618672),(46896212),(1603143),(1603799),(81720),(1981496),(1743927),(7453128),(1736055),(1568208),(23500),(1630519),(7968981),(30354),(1738785),(1633276),(48863),(33664677),(32203081),(33072200),(30852),(2456271),(47487),(7951197),(1994822),(55167),(239049),(1601631),(1612687),(1628839),(2088417),(82805),(229645),(1957403),(142318),(383672),(1712703),(1962451),(7970607),(22166841),(146703),(7351637),(54243),(1750886),(1629466),(44831),(10490264),(49790),(1984760),(1967445),(5660093),(2086322),(1741900),(3359223),(1737173),(29789987),(1616064),(1737844),(1972642),(42396774),(1640939),(2098851),(2062596),(46461361),(26739782),(2100103),(2454264),(7453058),(1906454),(1993711),(2454629),(152590),(221442),(182482),(79763),(159639),(4063327),(36566491),(2065098),(1743212),(1620709),(120883),(1986758),(1733186),(186209),(1616381),(41453473),(190819),(20989),(88688),(78974),(26740070),(54763),(1950333),(1907362),(125055),(26862862),(1971898),(3413534),(91812),(81984),(26342382),(182728),(1941684),(220200),(1735334),(208109),(227270),(139196),(34719290),(114041),(19763638),(1622502),(20969330),(6122610),(47196812),(51194931),(37911918),(45233699),(33623770),(1716000),(212164),(2454928),(227403),(8925508),(1612937),(1990181),(1994545),(261585),(26740055),(176992),(16942941),(2084957),(2099252),(178500),(240534),(33072197),(120483),(2103495),(15154165),(28018930),(15136578),(29764),(31077072),(30980),(36617),(35330412),(1988874),(212394),(1939951),(1616205),(2081507),(1951116),(23106643),(1746933),(1732862),(1957306),(6118925),(87340),(31341359),(50593655),(30525605),(134831),(1981704),(1729658),(166123),(6645142),(43155),(26739531),(26740087),(19326229),(1826193),(27066893),(46904062),(11825924),(1934672),(153833),(1625388),(26740000),(51735516),(1605324),(96619),(22916),(1615743),(1907143),(1906546),(1821748),(2470567),(46992771),(81346),(19558),(180106),(36100),(1731831),(88849),(48663392),(162100),(244042),(1948710),(2064954),(1954907),(1173892),(244970),(51021493),(1823090),(1644507),(2096844),(27199439),(1631489),(154226),(82419),(384102),(2457187),(43594),(1613013),(1824068),(1983483),(1619453),(26739856),(31159117),(1952424),(1745037),(30148041),(1625784),(225267),(113408),(32353),(6123256),(2530373),(25681111),(2085249),(115604),(1829134),(45548175),(1956234),(43604597),(187180),(1821807),(171549),(267915),(20847844),(1615308),(191516),(4061338),(30773134),(1907399),(48890),(1702996),(148376),(36022010),(1702930),(7599993),(383139),(1974528),(13948636),(2655626),(26337),(1973992),(1943815),(28657),(251659),(130455),(1748466),(19763617),(1635495),(27858937),(50929981),(1826136),(31755375),(92398),(2086836),(90325),(21308116),(2530049),(185439),(32806),(266888),(19763596),(49497910),(1626078),(160345),(218076),(1826556),(1942177),(2103968),(142573),(1905902),(33252193),(26740121),(1956007),(1906418),(219804),(44339),(1715779),(8618578),(1982812),(35736),(37827),(1750628),(28124),(47196),(1968105),(2098617),(44433919),(75853),(1953564),(43443153),(2104085),(198814),(362414),(2060516),(130324),(185208),(2457782),(1960586),(1600619),(31406340),(1712145),(1932966),(17253013),(1992224),(44587191),(27700476),(1614903),(1905966),(91914),(2104851),(1829617),(41546),(56191),(2099497),(1642449),(15399861),(45503),(234239),(26739388),(1828920),(2194020),(2100495),(4442120),(1740843),(2669164),(1732231),(202800),(125397),(1619113),(77069),(1976977),(22968535),(196083),(170874),(111091),(1615991),(120314),(1733241),(42724832),(243839),(2102365),(1627958),(48224470),(108780),(9700382),(21577455),(26740299),(1602987),(24781077),(1952711),(20059276),(14659907),(4063277),(41655076),(1957280),(1983915),(1959616),(96500),(268647),(1969008),(267501),(1622914),(1632608),(26739802),(81639),(13415036),(36160),(1953092),(2096901),(1616323),(227765),(42911),(99228),(49253798),(7452988),(198380),(161875),(30400),(2059036),(150008),(261973),(1969409),(1624427),(80881),(1976587),(36664),(131085),(42811899),(1636769),(1734130),(119809),(1978718),(1959573),(17354),(38928823),(1961566),(21032),(13237374),(50760),(4062757),(14055216),(18743311),(199099),(17208005),(1643109),(21824738),(145614),(134210),(1736444),(2099178),(2104688),(1621080),(28035682),(7452932),(30192347),(3263472),(29754),(1616296),(1568590),(2074396),(194884),(138736),(6553925),(80509),(1967192),(227481),(1603030),(12664872),(56742),(1716696),(1746188),(40695402),(1146742),(28980),(1986681),(131839),(6995557),(1620510),(2853499),(49924348),(1727855),(1940590),(1730031),(1745754),(111003),(1991413),(1633946),(32979456),(168676),(19852),(2455852),(7542353),(31336),(139974),(4061468),(4062664),(1602100),(1907248),(1715720),(34013),(1947826),(1737274),(36619529),(33100),(50200137),(26342359),(1974719),(37038521),(240156),(2070894),(1946779),(10004877),(32298578),(1954471),(39231),(1615279),(4063709),(176111),(169666),(2097658),(1616336),(4063461),(77403),(17469346),(6775934),(1950811),(151676),(9313566),(29658076),(1633581),(1965864),(219299),(16192461),(18777967),(4062930),(10664738),(210439),(1740630),(1968884),(154301),(1987973),(1616440),(1906189),(2310359),(46284),(7541413),(1966219),(8388337),(241827),(55010),(18777688),(186869),(2104003),(98180),(33294549),(43349109),(83792),(1602028),(2080289),(139146),(2078081),(2457179),(80793),(2087757),(31775662),(39226898),(37175),(1822022),(1627739),(145409),(45479665),(2456747),(1977863),(266061),(119873),(44869050),(2067310),(48753192),(18777644),(2458151),(1823052),(2078747),(54660),(2103027),(22452518),(204973),(212715),(1937978),(173082),(1739846),(1968001),(17058949),(1633481),(2454738),(81316),(98483),(39976679),(53239),(26739822),(90162),(1932526),(8924349),(162820),(1939308),(6553923),(173849),(7715980),(55242),(1828716),(244956),(1833139),(1616053),(1954353),(1635377),(1612780),(52727),(45167318),(26739403),(26739900),(228944),(265066),(1951675),(192804),(12578470),(4442181),(16349108),(2075240),(24523),(155356),(1616532),(190634),(1821641),(1630213),(30838280),(1619615),(1980623),(5367459),(2094594),(4062700),(1987270),(87012),(2367452),(3224895),(26306220),(4062685),(2104865),(150874),(111651),(42830442),(139042),(231694),(18743300),(1737668),(1930324),(2062975),(1966648),(245060),(30763608),(41024653),(21942),(28091523),(102508),(6645739),(1623157),(2079240),(4061075),(51213710),(205363),(1979726),(39297),(78857),(1734194),(13818591),(2566227),(2664864),(48897409),(33002559),(8388408),(2104833),(1744299),(228125),(1567284),(128526),(26898515),(49619462),(12804745),(139070),(29109),(45112981),(9490401),(5957902),(29658086),(26740010),(247088),(2456727),(27795127),(98451),(2075115),(271807),(41064007),(107672),(2059088),(31625),(1972399),(28867356),(26721),(1729848),(17804792),(2977929),(363284),(34613565),(1743467),(1620737),(106445),(103592),(1948291),(212020),(2081732),(133017),(1906052),(1977077),(227892),(176637),(1600797),(1964566),(2458171),(41615),(6112501),(1737009),(4442214),(47614112),(2829775),(26740257),(1629150),(1634217),(42785),(1614803),(26739408),(1732419),(26740126),(243765),(1960995),(1972784),(1613127),(131179),(1567581),(1619257),(50536907),(141808),(1981017),(150701),(2194142),(2457960),(1957466),(156120),(164234),(7453030),(1975571),(22204981),(1750146),(1964207),(6122653),(1634109),(1944279),(180387),(1616601),(2457393),(2456108),(54695),(2064720),(53010),(1906356),(1969741),(144833),(9735393),(1625681),(1946296),(1645656),(1949730),(27187816),(1906073),(1620967),(11213840),(24767419),(50010802),(26739981),(4791485),(2102395),(251478),(2081584),(208002),(1906508),(9665940),(363337),(1620087),(99678),(5128432),(109732),(7016779),(1615872),(2978039),(1906079),(25723022),(84693),(2062885),(1633887),(10680500),(110842),(2081916),(97982),(38423),(52476),(20926250),(2673848),(21427),(1948414),(1981953),(9923960),(11892410),(240436),(32076506),(31116045),(5612896),(1986581),(148899),(1930304),(272908),(1950174),(7452960),(15118655),(1621239),(73900),(150724),(2063196),(1947469),(78778),(1744231),(50330126),(1969164),(26740135),(1735424),(18165472),(42105627),(1965642),(1829458),(24815862),(2457118),(1713829),(204651),(41752708),(33031),(4553064),(2457650),(1715444),(18743469),(1953156),(1627365),(1821596),(1744099),(1967144),(1906202),(198534),(46874),(208932),(11367489),(7453079),(2100577),(251539),(1970018),(2674018),(7453114),(225114),(35740),(210768),(6122559),(1736494),(2063414),(249733),(32662482),(1738996),(1616284),(250829),(1906747),(162948),(1940778),(199831),(221136),(42478172),(36531210),(17526524),(2073691),(80345),(40704),(204342),(2060888),(72244),(2457804),(2101006),(25806),(3379819),(103317),(93789),(16854),(1906171),(1971387),(1626927),(16306542),(162361),(1962257),(1742316),(2458323),(49189),(1826326),(33611480),(6497563),(1955377),(13400708),(85117),(382988),(39126410),(48313374),(176457),(156680),(147915),(88772),(21368),(75643),(107555),(1983839),(18323640),(4580781),(1973794),(31439157),(383027),(103833),(2102674),(1632452),(156310),(2099973),(1633506),(49539259),(1614616),(1987339),(1934252),(1972735),(2454764),(50347967),(2674165),(1948505),(1634962),(45756981),(2096960),(11861138),(32751),(4061187),(247967),(1750182),(7453016),(255905),(192842),(97625),(25273),(129031),(4063160),(18810410),(6497577),(2457692),(41406325),(43826963),(1947958),(27471),(15419107),(77223),(1635028),(1621340),(222689),(32108),(27066902),(26970115),(1964231),(124869),(1732456),(9556507),(21622),(1974607),(1626894),(383256),(20627345),(263186),(19472755),(87899),(50205454),(1739074),(23898669),(130955),(1616197),(1732645),(1731019),(1741720),(85808),(98352),(77798),(166027),(30764006),(4062628),(38290359),(146183),(42724847),(173880),(44660),(5315068),(2458026),(48663426),(94404),(203147),(1631887),(32526079),(2103859),(9054218),(46904829),(1830434),(2066351),(2082637),(40480654),(114251),(13768757),(143736),(179735),(1646563),(1990285),(1975478),(18755389),(129250),(50345014),(50330129),(156882),(85536),(16295655),(217510),(30629016),(2104811),(186138),(2088936),(8776246),(147531),(9629647),(28508),(2097436),(7571608),(241967),(1975755),(2104019),(29788817),(1633626),(1742359),(1981655),(262206),(262617),(1567525),(1735734),(191937),(89886),(1627793),(1984997),(1612675),(90672),(4062019),(168884),(2455815),(98639),(1615619),(108989),(1952660),(1823444),(2102337),(362821),(2455321),(1740988),(15050850),(162969),(131018),(199538),(2082312),(27568),(96924),(166611),(257803),(27825),(26739976),(226395),(1641827),(175690),(210522),(266360),(1631662),(273030),(264308),(213283),(56563),(1732510),(1747228),(12948653),(2086582),(1612861),(1632667),(25763),(1968072),(1624458),(221593),(140325),(179118),(38373),(1952204),(77676),(8695139),(49548934),(147969),(54523),(2097551),(44050),(260943),(42551),(48570),(141995),(1954644),(24580),(1821955),(7453023),(18094541),(132704),(14659516),(26739851),(12212021),(1967244),(36640511),(19812),(30751),(28876),(1730586),(1612950),(149098),(2090036),(225374),(1933088),(7453107),(1730342),(17517682),(1739422),(1568077),(7452967),(1968807),(263240),(4580754),(118447),(212320),(88890),(46852469),(2309544),(1986015),(2095239),(120959),(2095446),(22817521),(1970810),(2078892),(1713652),(2080196),(252035),(264448),(1636022),(26739961),(2076099),(1951414),(1615234),(157401),(2456775),(122527),(4061656),(267023),(4063201),(2074827),(2310457),(1739660),(4062032),(1740354),(220403),(1943201),(1643484),(1624562),(2094094),(1974380),(4062921),(1626047),(4062202),(26740140),(262167),(1641782),(1625755),(36701511),(89349),(186236),(1648391),(27998615),(193721),(2101765),(4791491),(2529898),(1955476),(256818),(169959),(21984508),(1716637),(197565),(2094928),(1989922),(101873),(1712283),(8195213),(180504),(26570),(53418),(1729389),(191455),(1827876),(1955727),(219645),(2679537),(1986219),(1828318),(1994761),(42753173),(50189),(45756971),(165937),(195918),(2310476),(1745878),(40818577),(17811174),(27972191),(14012385),(150639),(13169002),(383118),(213326),(224332),(55679),(1989268),(91679),(256037),(2079581),(79343),(33077),(176897),(9129044),(1954488),(91582),(1993878),(5160343),(26740035),(1989012),(115545),(2458788),(1969267),(2086710),(5367405),(34920688),(36598477),(38904),(2088142),(1632225),(86366),(1630452),(43433),(2092540),(1603434),(107057),(188200),(104583),(1639755),(362207),(135953),(139875),(1717100),(181278),(1748874),(1624179),(11366305),(31729351),(4061122),(20782),(1972286),(121463),(1982263),(6122965),(1823821),(26740294),(5816),(126658),(1613190),(102372),(1955972),(4918601),(75414),(16878138),(45532997),(1981153),(1622191),(111521),(2671474),(12879304),(2078594),(209054),(22475),(1993811),(96544),(1613038),(1567898),(245591),(1619783),(202332),(383826),(1959487),(42769461),(1634602),(6497526),(26740269),(268424),(36260848),(2088558),(1990403),(1615695),(41305644),(4442184),(34024549),(43384764),(1626162),(1946502),(5315084),(1603081),(219686),(1736830),(155523),(181441),(244711),(9576144),(1978760),(1989698),(4061962),(3283074),(1736862),(18778000),(1633342),(21239),(44782),(1970683),(156556),(223960),(30731557),(18861848),(8484467),(43822465),(134094),(149455),(10039806),(202896),(1622327),(259918),(226977),(2611644),(2670158),(2458389),(114455),(1829408),(42144620),(221173),(42350),(1617940),(1146711),(4062150),(7757553),(389422),(6497634),(1904712),(8870626),(1641970),(74473),(362224),(224446),(49276),(220483),(1173251),(2457171),(1627892),(89972),(1959914),(1615522),(1628215),(2087379),(220948),(2310556),(29311463),(4061087),(266661),(1614713),(269658),(2066578),(2074772),(147869),(1930168),(223044),(1821979),(17126),(402843),(19725),(209483),(97583),(22680298),(1960667),(181569),(19587),(18355899),(135205),(1713909),(1937692),(26740020),(1985415),(1966404),(363102),(1624685),(2454461),(23827352),(47830),(1736723),(179171),(143351),(1955919),(1825612),(1745277),(228246),(4062912),(211866),(1985522),(148975),(145003),(1944389),(2458294),(1615202),(7018853),(166311),(1825793),(2077282),(4442305),(7452925),(15419098),(33331),(2082358),(1734285),(1713138),(135012),(39811619),(17594470),(2670783),(34983),(26739452),(192306),(1939806),(1616351),(1635360),(4761749),(1953708),(47398),(17120),(45122),(113819),(1603751),(1616047),(50011),(1747740),(145352),(209921),(11366349),(1617658),(202202),(29836686),(1626131),(100829),(195347),(1736996),(1634372),(1969193),(160274),(163032),(44387),(172317),(1971344),(168744),(11510964),(18743458),(1617964),(140245),(2069224),(2679052),(2668546),(203882),(160614),(2084127),(43641),(1601425),(208283),(1972586),(48625745),(87219),(26244429),(171964),(1730598),(382743),(38549),(2100175),(49522274),(260613),(1712994),(1713862),(24793),(1736773),(118332),(34372366),(2093101),(1646258),(1825179),(1616477),(1638661),(49229),(2458128),(146486),(3283083),(38973570),(26431),(36090619),(196249),(26739502),(1616423),(1951927),(2674021),(109234),(1907413),(35757609),(1730704),(1932213),(1966954),(3406278),(17676),(50062232),(1736352),(51833),(1969702),(11367104),(12143455),(18290),(2080986),(1741295),(17275737),(2853535),(26447592),(211891),(47158211),(1703009),(1947198),(17115),(3429558),(44222),(1567091),(1601151),(1984959),(2454859),(1603635),(22441),(1950753),(1950256),(143202),(9455693),(35566),(203485),(1639599),(89709),(26740050),(2673915),(25667),(162891),(2099659),(1740806),(1638201),(2100144),(1647275),(1957311),(47463),(1612870),(31077191),(157224),(4149203),(1906719),(1976678),(261158),(21236516),(1619430),(1744618),(7453135),(1620881),(2669983),(159538),(2100329),(1620355),(174941),(1934723),(2096916),(2066831),(212729),(170790),(2082202),(190061),(1823188),(1930243),(40646),(23220930),(264897),(7453204),(48557901),(2099763),(97116),(16605339),(9886077),(155598),(217376),(2096263),(213537),(38702048),(1974566),(186109),(1733355),(29072957),(45797),(1821849),(171586),(41643953),(222990),(1733525),(26956680),(46837228),(1970644),(182335),(382826),(1616414),(209351),(2089848),(1616374),(5160340),(1715372),(1602156),(49534198),(1647500),(2086407),(1621941),(362302),(1951458),(1648548),(386334),(182129),(267186),(1619289),(1970986),(173543),(26739378),(1749206),(2079352),(1739120),(26740092),(106657),(29311567),(27631),(1980873),(42444600),(26739861),(2100087),(26740030),(150752),(17770),(2853495),(1735575),(20840),(23106697),(1982334),(115902),(158731),(48897445),(6342567),(1742389),(51357),(1828934),(1703035),(17197373),(2458065),(13104309),(1983681),(17904),(1955685),(2068749),(245926),(2066268),(3089986),(18411811),(81217),(1826473),(4063525),(181736),(1567825),(2098385),(1632999),(1988347),(1645934),(34270),(35829),(2084894),(14623690),(49874948),(30522747),(228197),(54118),(1739520),(1601806),(7969782),(82521),(2074707),(127993),(20023418),(1714298),(90791),(228789),(40066879),(198498),(269023),(28920),(1951749),(1987706),(172344),(2100448),(1971299),(1825448),(129096),(1953810),(203131),(9700388),(144248),(2669577),(31843325),(1989124),(1978863),(1948065),(54374),(1616498),(1976273),(1905888),(166413),(1714423),(2075353),(195558),(2082077),(9576135),(148602),(1716944),(197379),(1627206),(204204),(1973664),(2456579),(1976167),(1906859),(5418662),(242815),(164436),(1625285),(3259747),(7969551),(76427),(22840856),(157359),(1604586),(17030),(3022806),(178544),(2098651),(34969921),(9490392),(1950128),(29311311),(13400949),(1742553),(3411816),(14600421),(202099),(41935),(39922),(1730678),(384050),(2080450),(134133),(1971966),(13205136),(1989734),(2091555),(1938339),(200906),(189271),(12253807),(47247486),(209589),(99420),(2079301),(1739062),(1743089),(1995257),(1964721),(2083146),(1979378),(251865),(163692),(42085312),(1963049),(180007),(128254),(10368361),(108664),(48610530),(2098991),(48313371),(1982005),(1952166),(1739032),(198307),(1824854),(8694081),(9283115),(12141175),(169035),(2455960),(2433243),(50341773),(27090024),(367300),(2085493),(265584),(1731339),(7969044),(42769497),(1742419),(1990469),(209445),(1715510),(1631084),(7453183),(2059767),(9517247),(2084861),(178072),(42682891),(268162),(76091),(19158),(1628124),(252859),(218521),(45082),(2103814),(1644056),(186088),(2458797),(1962416),(171224),(7453197),(2094141),(6123008),(1948900),(227134),(1621367),(1646646),(42339673),(2098691),(1952062),(18776204),(2103223),(1821686),(1630256),(1637071),(87856),(2454304),(2095022),(218293),(212929),(9580541),(38300874),(2454161),(15187823),(42724868),(24985),(1954031),(2433263),(41793),(171085),(41458409),(2062684),(1715597),(1750061),(13770777),(18743289),(176296),(174035),(162327),(2098561),(1975374),(162656),(1616225),(32341429),(1731437),(1976072),(40739609),(2660121),(170491),(1619305),(1173603),(1635895),(1632749),(53474),(26899206),(1745650),(49350028),(1823886),(50325),(179242),(17001),(18230),(2075186),(1625179),(41704397),(31406343),(164670),(87970),(1906305),(1736356),(1635202),(1619043),(262579),(193372),(367391),(2097352),(2079798),(1727824),(75959),(177255),(8722782),(26578533),(1616459),(31116306),(43581664),(9684290),(197713),(41680612),(2542786),(147609),(30564071),(25942),(2078992),(49917837),(17877742),(2087344),(1937544),(1735975),(221382),(265930),(26506),(1733120),(1965083),(104153),(1950873),(1961622),(13237628),(144112),(1971191),(1603255),(111370),(1729604),(189123),(13447471),(1612615),(187735),(75898),(266442),(1983516),(17541),(2663977),(26740130),(387852),(1821635),(176200),(164573),(4061616),(91521),(1637581),(1604712),(1625303),(39558266),(1948522),(9580537),(19739002),(1979290),(1744654),(51333826),(1612964),(32570989),(2674170),(1966986),(26740325),(2457556),(39558144),(2076223),(44780416),(213869),(1733826),(2088269),(363214),(210702),(18891),(142897),(9652728),(1173653),(1740105),(1906209),(168086),(1826686),(1937824),(185598),(1960793),(84439),(1612739),(1742445),(1946839),(1712323),(200867),(5660131),(1748634),(11508819),(41365379),(1599977),(42829790),(53293),(1728448),(1826626),(121033),(1615228),(116132),(29104),(173474),(2078764),(1625445),(1906795),(128141),(122810),(45916289),(1637716),(205897),(1952359),(1737106),(250387),(218235),(9238291),(4791488),(8142109),(160120),(222458),(1987463),(1988731),(1985174),(7967625),(18721781),(25114536),(121533),(36258298),(7452946),(1979347),(29658071),(207463),(35666833),(29827678),(188894),(1948401),(1906873),(19928947),(1987149),(1728765),(27982954),(256553),(1633707),(5660326),(1906561),(82308),(1739830),(1634280),(50929972),(269773),(208746),(46450),(1615196),(46733),(1994889),(1993645),(1736889),(2458275),(1978956),(205493),(42114),(102558),(1626974),(1173491),(15692025),(105712),(31116608),(108551),(1629285),(1953112),(1738191),(27056),(30205115),(210751),(245240),(209292),(1728156),(193952),(2073574),(1906021),(1952542),(186176),(32356610),(29787925),(45375),(106094),(111071),(8746207),(1952871),(2458494),(192120),(1612628),(1947615),(9919871),(1750647),(384186),(1743705),(2458981),(1940444),(205629),(190874),(1615680),(207573),(41796413),(1970969),(1938666),(2655655),(1734086),(1568651),(1728976),(1978232),(1938764),(1604920),(263799),(185045),(1612993),(33768),(4063386),(1960488),(1961040),(43184382),(1964932),(1950062),(161406),(1728417),(249148),(159735),(2453808),(1930481),(49345132),(174181),(1625132),(1959380),(261338),(181884),(1821836),(1742670),(2078829),(127946),(252403),(1749936),(26970673),(11993564),(384128),(1946351),(1634918),(266341),(1630285),(1635281),(1603350),(41003922),(1906696),(1943137),(1737665),(1965803),(35341),(1622865),(2096996),(2667581),(1733314),(244217),(45198113),(2103360),(1954551),(45582),(1745374),(98121),(220348),(100061),(1974902),(2103381),(1945680),(95043),(1729443),(2459044),(28138429),(226339),(188963),(228856),(134714),(1946065),(1614918),(38050667),(1735985),(34831),(1643921),(1730546),(1951232),(200283),(2455657),(27076239),(39225141),(1748613),(27419533),(1627038),(1906297),(173602),(26739467),(7453065),(45930227),(1646091),(41198698),(198187),(130049),(54339),(1737987),(183290),(1953843),(117802),(48663405),(2080640),(48365),(47247472),(41655080),(54166),(254825),(245352),(49723102),(13873463),(1733744),(1638980),(23055),(129533),(42769488),(26739787),(43414),(124000),(138703),(1727813),(1615966),(139584),(1979421),(141472),(26021709),(50631523),(1615503),(2456895),(1992261),(4791435),(3190322),(39687),(47930787),(35259362),(154821),(2070586),(9282725),(14915031),(1954889),(2073619),(114925),(214433),(1631921),(48891238),(2700465),(1828133),(101229),(175147),(47202201),(229314),(26848408),(17364709),(265378),(48928),(2083636),(15375608),(239438),(2670355),(2457544),(111341),(1980811),(6553921),(11328801),(26739895),(221094),(27858940),(18560),(1984126),(1712819),(1947728),(1906044),(88121),(177439),(86434),(19054),(2530031),(107333),(73135),(1947387),(1740503),(26739393),(1634534),(124694),(2104858),(1906343),(1973715),(2095828),(3190492),(18042),(83176),(2075683),(47650481),(22568743),(1980341),(26739890),(25766745),(12076233),(1733471),(15419089),(268989),(2077625),(1947886),(39355239),(242014),(1626378),(6123115),(50330123),(17418),(1949028),(122718),(32938577),(188477),(133247),(226049),(189797),(74757),(1955349),(33267404),(1906059),(1741314),(209213),(48563833),(1974414),(15468314),(195113),(107364),(7453169),(363263),(1986627),(223285),(260291),(106889),(170765),(50878032),(1943182),(9129444),(211808),(149059),(2065425),(1625771),(2670240),(19286),(1747444),(1993242),(225967),(171353),(1986795),(1630959),(1948687),(186259),(42237),(12149352),(1955936),(1635930),(18129824),(23184951),(2087497),(83126),(26890),(9491906),(163837),(40707377),(225305),(5367394),(55324),(94129),(2083801),(1948646),(1943105),(2073960),(140362),(141880),(177510),(1739695),(260788),(240386),(1638938),(110435),(172278),(1623305),(86879),(1989465),(1930161),(1627169),(52662),(1977942),(106040),(268711),(146397),(1747672),(1979772),(1629739),(13468660),(1749288),(28867353),(26739383),(21821),(1950224),(1713366),(1643032),(1990504),(213132),(1736122),(1621280),(1616087),(1743861),(1739008),(187073),(1973113),(170725),(1941268),(7453072),(6356118),(188242),(1962754),(1627654),(84542),(1612971),(2098133),(19359405),(43837572),(1633762),(1627273),(1988937),(52516),(1993620),(27082),(1986476),(1622536),(205199),(1627828),(41643929),(1612928),(128777),(12879307),(1730951),(2454613),(143448),(156724),(1648515),(249413),(101549),(176068),(108003),(141272),(1634090),(1615005),(30217324),(114505),(1624206),(2457195),(17804775),(1967087),(24629767),(75600),(6493635),(29829),(257010),(25366),(1821730),(2092638),(1621646),(257550),(79610),(204528),(79701),(171164),(44528295),(88601),(26740229),(1743226),(1615674),(2059839),(1930447),(7449751),(25724),(2657360),(229397),(4062004),(1647231),(1630358),(1637479),(1951695),(2457774),(1942484),(1953997),(2457536),(9284087),(1602438),(1640572),(205724),(1745241),(1604133),(26740233),(1966440),(9258388),(2085525),(132281),(1948977),(1968180),(1740280),(220877),(1970440),(90285),(81094),(261884),(103526),(1905995),(149642),(73689),(1648586),(26740313),(35313684),(199700),(4791467),(1906802),(2100307),(1962811),(31543),(2102419),(202690),(37746),(11185192),(1947435),(1648697),(147152),(1745839),(1956154),(1821629),(11329889),(1933727),(1972350),(31422),(1828062),(17823),(1632926),(21489),(172217),(2674009),(91479),(2080414),(2093780),(1612807),(1955738),(29502930),(21905908),(2103087),(1620033),(363560),(2455138),(1625639),(213925),(362789),(1715485),(30843),(1946806),(1948234),(2065267),(141729),(1749264),(118221),(269445),(1616514),(1824347),(41494),(32802),(39198),(1935486),(213843),(1984904),(1625225),(1982912),(1823127),(2696471),(183531),(18777710),(27486615),(48905589),(18776406),(2457383),(32305843),(1625983),(74030),(1628457),(1568248),(110338),(1994502),(4062640),(2093462),(2087656),(1968484),(85349),(1631899),(254574),(9700325),(13377190),(1623363),(1616117),(2081298),(36640521),(1750909),(1955705),(46703369),(2080497),(1631781),(2099474),(362476),(49539249),(2669356),(254301),(1612895),(29789564),(1977491),(213063),(1600709),(39685585),(16922),(11644081),(26740015),(27808362),(46636),(2076985),(2077909),(27167031),(2103294),(53159),(7453002),(183075),(2454032),(178599),(1821692),(1605052),(2454119),(2101162),(26740242),(21285943),(2453840),(193837),(2089643),(2566254),(10680394),(1945387),(51301),(52545),(3402215),(116102),(18743480),(101969),(28929422),(195022),(1976233),(1633182),(98143),(32460992),(18813),(6797421),(154116),(2095125),(7452939),(241670),(39952619),(1953230),(1627511),(251348),(52980),(1621086),(241209),(1600537),(16306657),(4063124),(1616103),(27866430),(1945724),(201319),(25101),(15028571),(1821814),(151257),(268917),(8722785),(1602757),(100207),(135730),(28587),(4061376),(1944590),(4063718),(220693),(1946548),(89456),(1955197),(12771836),(203901),(102868),(1567369),(23435),(265305),(57187),(18778011),(41710),(1933801),(6123311),(170268),(140833),(3259752),(7599929),(205800),(99548),(46316),(7453176),(39249742),(52190),(1944324),(1750052),(8382758),(1945227),(193693),(243956),(2457137),(48368127),(134439),(2083376),(2697866),(1620303),(1990830),(219157),(26739827),(3402151),(42358761),(1715325),(20962005),(1745913),(2088601),(1567017),(5160398),(6112301),(23991),(1980389),(1969318),(1955415),(30359),(2458424),(50975869),(174338),(2104726),(43384),(31569228),(1972698),(42682912),(75190),(1645885),(1989224),(16648129),(39083),(4062431),(31820473),(242786),(219501),(1946746),(2059260),(100682),(2087282),(151300),(9290146),(26739841),(7453037),(11862006),(2066582),(2529883),(2453569),(86586),(1960208),(1568474),(1942503),(1634247),(1615295),(42433218),(192391),(18432),(2456978),(124337),(83429),(1616483),(115353),(11213989),(35562327),(1965052),(1821716),(1966896),(22213550),(163958),(9108294),(1823597),(173923),(1750906),(1729000),(8844791),(1821737),(138273),(1988766),(11993589),(1982404),(170518),(1980584),(1964612),(2085600),(47888734),(17574337),(39454),(1969581),(1966865),(144374),(22882595),(267623),(1949915),(1993209),(1945485),(17626),(47240616),(187911),(2457442),(16338363),(16648648),(124718),(45830452),(104513),(1931440),(10141050),(223510),(1614785),(2193918),(2063745),(1821868),(144556),(2457632),(157428),(89565),(1568610),(9798794),(175319),(47158244),(1744000),(1632497),(12370461),(263334),(182314),(45430771),(29789889),(143682),(1634078),(2081770),(1823037),(1735663),(2081799),(30565),(383375),(24896602),(1983752),(12141191),(1713950),(2457931),(1744810),(1615731),(162257),(37868363),(2083559),(2086854),(33178),(22612),(101798),(15176970),(4061766),(1958743),(1970788),(151568),(1646659),(197310),(114609),(2458180),(53817),(33992180),(20708505),(15465861),(15116614),(1433530),(1987095),(48563836),(150268),(1739806),(1821762),(1745311),(2086648),(1604437),(1637797),(117438),(21211748),(191266),(193204),(31953),(47981),(1954921),(1635442),(107859),(27820),(1990242),(1976710),(48265993),(145830),(9624503),(1828871),(1822030),(263475),(45319),(147033),(1945182),(138609),(2059571),(1741842),(13468069),(39669088),(1979549),(1906028),(266112),(1948847),(2073888),(11928644),(1906157),(176678),(2088680),(149400),(1959845),(30192336),(9700322),(201425),(1824536),(9566396),(154758),(1714772),(383286),(113085),(25086439),(24767422),(35522295),(1625496),(53948),(9520223),(51358271),(253939),(26740079),(1567028),(49910),(1989882),(28867350),(2458412),(1568396),(3259849),(1612667),(2073500),(18776659),(2097024),(1976775),(48017),(1827779),(174798),(26740200),(1942882),(4062830),(1733775),(56045),(2433398),(15862624),(195752),(2103465),(1824952),(12371222),(43751656),(174987),(31341209),(1567856),(385472),(266814),(223447),(35617129),(1631106),(39069619),(1945464),(1973855),(1615159),(261487),(21859),(1943381),(1630848),(1646822),(4062502),(1932817),(15432854),(96059),(1991966),(7452876),(5128445),(157283),(22047),(1968595),(129814),(2587898),(31203),(199364),(1987221),(57127),(1949818),(98309),(1823959),(2457980),(1965992),(227604),(224773),(260733),(53593),(1620892),(1977360),(1630992),(208378),(1728547),(265255),(1615125),(27128134),(1627999),(2081964),(44224029),(241752),(1829206),(191047),(261224),(34636746),(7938552),(1990539),(47650472),(1979636),(29263800),(37366700),(34636631),(52068),(1732250),(6553917),(169799),(74534),(2459391),(249871),(6494431),(2095560),(92309),(211155),(47131),(1742891),(2081355),(26477859),(1642980),(1625106),(46933),(1985474),(21585),(2101292),(1646511),(1748239),(39998),(1612621),(1821963),(1906035),(187408),(1941039),(2459254),(1730858),(143596),(1631532),(1969057),(1976860),(1829900),(1949573),(1953538),(193518),(29903),(257732),(245659),(2103756),(135519),(103051),(51034),(1994732),(1750798),(1173161),(1632008),(267530),(2095969),(1702924),(7941416),(238918),(1622416),(1965726),(1940920),(1988269),(242964),(1906263),(1743604),(208674),(1947036),(32396816),(202479),(1612882),(103499),(115484),(251064),(1735710),(1955200),(8695297),(1635550),(1988385),(1740164),(48897791),(2676863),(27370998),(21659),(247897),(243209),(1946582),(193149),(1602702),(129501),(55108),(1944467),(1744760),(35666823),(9566387),(221512),(1714950),(1952040),(126702),(42682901),(1622643),(1734569),(166076),(189166),(1994800),(1967609),(1613214),(1973199),(1623716),(271621),(1827458),(1633679),(199934),(256958),(1941538),(48933696),(194713),(2663247),(12963484),(29619),(1614871),(31772),(19612),(1937367),(2087461),(164042),(6553969),(46206),(12879310),(96112),(102266),(1993946),(243243),(1736268),(1829164),(37484),(143038),(31896277),(1633774),(198592),(269401),(31719532),(31116650),(32356605),(1729347),(1622382),(1906066),(43472),(22680295),(119718),(16605043),(1938936),(1615601),(4061779),(6497550),(2458228),(1567186),(1568361),(3121111),(242085),(2093030),(1638503),(36640524),(2095926),(10004874),(160845),(1949966),(1949501),(26739991),(35908675),(2082293),(1615580),(1989419),(74121),(2664006),(73764),(1628284),(53131),(26739885),(1730694),(2097194),(210718),(261005),(2368223),(2098488),(2077788),(2061355),(73343),(16943153),(40473),(1612889),(2089077),(2458566),(45344641),(207942),(1173742),(41634802),(2081934),(1627443),(115132),(28278),(43384756),(6110063),(1615997),(2078460),(272587),(139671),(48804069),(1953633),(1974684),(255957),(261287),(1972326),(10114007),(2455620),(1615533),(1616235),(2084064),(4704521),(143950),(245836),(1601381),(1748469),(34043087),(1746105),(27436656),(1612635),(49215024),(31747387),(367388),(21862384),(2066133),(1942813),(195314),(1623749),(22868106),(1625909),(1823552),(240646),(95945),(2663894),(1930310),(1970550),(18776417),(2079717),(1961476),(97423),(7453051),(225195),(48569875),(189617),(50718),(1749431),(244648),(222266),(21161019),(1645091),(1987314),(7452869),(1613183),(220531),(37868894),(1964588),(130026),(191210),(174544),(30479894),(209807),(1633857),(1628086),(1634862),(95803),(6208703),(1950988),(1732017),(98382),(1971852),(2084234),(76116),(2458357),(2667097),(268951),(38621717),(1623962),(1620371),(1615985),(49046532),(1962474),(1628231),(50613474),(1714377),(34219679),(22680304),(2660012),(128888),(267580),(1955624),(151492),(1635520),(1932702),(12665315),(2099533),(2529904),(165005),(19857),(1935741),(45054),(42581),(1982666),(1955952),(1714248),(26740175),(124606),(5612646),(1930577),(31116629),(154180),(35324),(35697),(2696852),(2097213),(1733965),(1951622),(51974),(89261),(2404244),(101813),(1946429),(1972098),(25076569),(94738),(2097158),(2102865),(1632860),(30764208),(9667712),(4791432),(1989075),(1615164),(1937469),(31419712),(200435),(48319918),(25423486),(126983),(79926),(2070247),(2103395),(14957863),(36427),(46201539),(11993576),(1829717),(2074228),(48319456),(32570986),(1985660),(1944838),(2103326),(214424),(1630912),(105395),(79494),(180136),(4525596),(32750792),(35658710),(2078864),(16421480),(1750841),(35666828),(1825713),(4062325),(1965236),(150070),(4062676),(163235),(188297),(2100659),(39908198),(268304),(47840451),(228288),(4608269),(2098329),(13440568),(2063926),(1906766),(197746),(7452995),(383578),(46237639),(1616174),(95872),(1990954),(6553977),(1616360),(1963035),(34037741),(135345),(1742539),(204855),(18777655),(1981033),(1979472),(84306),(2103875),(2458552),(128992),(27224568),(15176332),(15176277),(2099215),(154608),(1746508),(1953506),(2458404),(1643509),(11432158),(191407),(7453009),(1975205),(197648),(103365),(389586),(1737436),(46529),(23185284),(35994),(115150),(2090846),(1620998),(40768),(18777978),(111742),(42769482),(15659243),(42724862),(22149479),(21543),(12253627),(3263475),(1906002),(2669496),(49299937),(206894),(1638406),(38616),(51503593),(38622028),(125952),(41649),(1980402),(2081071),(1738871),(202554),(47698731),(32043299),(120394),(81527),(43758),(2194150),(74091),(186921),(2075527),(2457844),(12578480),(1973018),(91843),(2308760),(383006),(208516),(49029361),(1631995),(45756976),(2064618),(19244),(1823467),(7018201),(2459068),(1713759),(2103588),(142256),(1648428),(17593634),(220546),(1994480),(167986),(2530025),(1749921),(1748326),(157061),(1943586),(43384770),(1990037),(1635138),(1635060),(1621542),(51216654),(2458381),(36619704),(1983086),(228081),(1616159),(29195233),(1943997),(5367350),(21273299),(1619864),(141037),(21179),(190546),(212576),(118392),(1343842),(1938100),(28256420),(1600028),(43484376),(2099417),(1605354),(1828194),(1946951),(2674013),(49758724),(2670780),(101590),(26740060),(1624490),(39621948),(362272),(4525581),(113392),(1643752),(1968121),(1973390),(10106915),(1824253),(170382),(2456405),(247473),(27384),(206964),(142776),(1646152),(1976365),(1954604),(106287),(2458503),(2074900),(45582974),(1826175),(43702020),(1969455),(1625531),(155228),(1599922),(2457745),(40480657),(1955046),(2310347),(114017),(1716219),(1949676),(2853529),(1714453),(1957246),(1974755),(1953774),(130799),(1741776),(1821740),(181966),(18541017),(265878),(1628483),(1946671),(1717056),(1957805),(36640514),(1933865),(121638),(1625798),(2087201),(1950095),(1981922),(2084025),(42724854),(1620732),(113160),(388947),(26739792),(1742341),(273143),(91777),(1984371),(1966052),(1173353),(1975247),(1618699),(2104824),(229144),(20885),(272389),(37709698),(1985962),(1974937),(147399),(14669428),(151225),(133887),(24118),(1748053),(1971834),(26739966),(31788832),(388302),(362255),(7453044),(13734739),(48716),(203394),(26739772),(169525),(93903),(1983002),(2075819),(1631240),(37667633),(1948441),(2080373),(1825302),(26740170),(158648),(9651389),(73556),(1612876),(5418347),(146150),(48050342),(11758096),(28923),(261823),(250060),(1615773),(1623678),(30841045),(2059447),(101403),(253165),(1621908),(157149),(225007),(213047),(29614),(2060738),(2077377),(37217),(1947355),(1625728),(178677),(144028),(1711987),(15104158),(1906916),(1960316),(12910729),(7512292),(156918),(1628901),(1906635),(14557855),(26739443),(50086),(1829510),(12279128),(94373),(42428),(6645761),(247180),(185864),(43804),(1944200),(1622066),(4061295),(207763),(7364155),(1628181),(1737234),(39377),(250174),(2096933),(87071),(109374),(1616507),(194797),(4820758),(1822011),(1616249),(2087805),(72611),(2456436),(2080254),(1622610),(246306),(1735385),(15843263),(272624),(78233),(1728960),(1741041),(18375),(272273),(49289508),(185698),(1628719),(109501),(1981834),(50660470),(41366),(1971221),(4525614),(31960),(73318),(199850),(222898),(2673544),(363511),(1605293),(47644595),(2074117),(203636),(23077),(7162763),(1619833),(149700),(1749371),(145447),(29585),(26739952),(246876),(2093671),(2455301),(1946528),(78111),(16975),(17227),(1737555),(1944069),(1930954),(2695445),(1618898),(11365151),(28470795),(1942414),(1729870),(27961048),(4062278),(388808),(42724874),(1626620),(25500),(147332),(209194),(26684056),(2457417),(11753981),(1827242),(46409417),(46578),(163153),(37260090),(1964833),(4090781),(3379718),(40739599),(132556),(2529880),(43399592),(2529886),(242703),(1955319),(128649),(1950667),(12216039),(27178461),(39995931),(1825011),(155492),(1980918),(143537),(167765),(1742817),(195225),(2458073),(38480),(204827),(44079175),(18520),(1615208),(194471),(1948827),(1742632),(2433378),(2079525),(84605),(17184421),(44032105),(29547),(78602),(11993543),(161033),(249659),(97682),(2691122),(1614767),(164627),(27808178),(115223),(1713696),(25766748),(46968),(1714881),(1964182),(43526),(18777721),(263121),(2094828),(2058512),(1965631),(98441),(223652),(31820476),(6775712),(1971267),(1615080),(26739817),(1639192),(203729),(28828),(27808352),(26739986),(1824813),(81753),(1634940),(56684),(29819550),(2104901),(1990911),(2458779),(26717),(1750660),(2066111),(158547)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (11485, 10003637)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT dest_id, count(src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (6812, 6815, 6830, 6813, 6825, 6809, 6831, 6806, 6839, 12662, 6814, 6807, 6838, 6824, 6826, 6817, 6816, 6819, 6832, 6820, 6822)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
group by dest_id
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT name FROM classes WHERE id = ?
doctrine
[
"68"
]
debug
Successfully got data for key
"object_9941"
from cache
cache
[
"key" => "object_9941"
]
debug
Successfully got data for key
"object_9945"
from cache
cache
[
"key" => "object_9945"
]
debug
Successfully got data for key
"object_1916639"
from cache
cache
[
"key" => "object_1916639"
]
debug
Successfully got data for key
"object_9943"
from cache
cache
[
"key" => "object_9943"
]
debug
Successfully got data for key
"object_9948"
from cache
cache
[
"key" => "object_9948"
]
debug
Successfully got data for key
"object_9939"
from cache
cache
[
"key" => "object_9939"
]
debug
Successfully got data for key
"object_9944"
from cache
cache
[
"key" => "object_9944"
]
debug
SELECT name FROM classes WHERE id = ?
doctrine
[
"20"
]
debug
Successfully got data for key
"object_6877"
from cache
cache
[
"key" => "object_6877"
]
debug
Successfully got data for key
"object_6859"
from cache
cache
[
"key" => "object_6859"
]
debug
Successfully got data for key
"object_6868"
from cache
cache
[
"key" => "object_6868"
]
debug
Successfully got data for key
"object_6896"
from cache
cache
[
"key" => "object_6896"
]
debug
Successfully got data for key
"object_6898"
from cache
cache
[
"key" => "object_6898"
]
debug
Successfully got data for key
"object_6925"
from cache
cache
[
"key" => "object_6925"
]
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (9941)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (9943)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (9948)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (9939)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (9944)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (6877)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (6859)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (6868)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (6896)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (6898)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT count(DISTINCT src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (6925)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
doctrine
debug
SELECT dacco.isTop, dacco.bookable, dacco.oo_id oo_id FROM `steiermark`.object_8 dacco WHERE dacco.oo_id IN (1646091,1983483,48928,50345014,240534,21237158,7951197,12371222,213358,18743458,1959004,1954644,1973855,160120,129501,1986509,170382,7452939,138331,24173653,23945599,106287,25156,95383,1750211,160274,23899160,387852,1646563,38373,177333,211155,1905939,1632749,23898867,140833,115545,1738785,1932470,31340,383375,1627892,154226,1827922,1937824,2074228,6122965,1742970,19852,20291,24375268,46206,180106,2103560,1944935,166123,1980389,1933865,1957403,266814,31967,134094,1906009,156464,1989517,1977269,1969409,164436,1823467,2076985,1972047,22953,263716,1625836,18777710,30564071,3379718,18777978,245240,205493,1907399,1604437,226215,1823188,1625728,48416900,192660,150349,227765,2457665,57127,201802,1729389,29789097,181736,156918,1749371,29547,24448,37868209,2063414,33321359,1633539,1634459,19725,1967445,87467,23077,2081934,1984997,1746105,389586,225007,208831,79763,44222,1955046,48716,1625531,202479,173880,1937469,384041,2082358,1625132,7453002,1945182,223510,22441,157401,1947036,187073,1825519,5315068,30765378,5128445,29649833,178072,22775,122810,1845849,1633380,144112,1744760,176992,157109,2458180,1621941,1603751,1969595,34372366,143448,1934349,7599929,246306,1972784,2530049,31729351,1740806,1941684,1737234,268917,1629064,36935,7449751,2085600,2697866,192306,249733,1987463,2080254,2529883,229040,2075753,1735817,1980623,1936897,1950062,20627345,234239,247967,177391,105395,170725,1746456,1605052,12253627,256504,1739520,195386,2086582,30217324,110467,197648,1965236,1993209,1972642,1616740,18776567,171085,131085,171116,25089373,2073500,226977,18776639,1621646,2081071,160345,27808188,2086710,1821791,1974755,2457137,10655859,245060,129533,19115,31613769,176727,2099474,141272,45479665,28278,2101927,2095895,2058512,185045,267023,44782,126485,41655076,1631489,1630256,2073345,39198,1634109,78111,108989,1632999,4442305,1745085,1632608,1599922,262167,15176970,1986219,257470,31439157,3402215,7453016,1964801,18680,47202201,2853495,268304,1990504,1964182,95043,1730598,151300,1731875,18776428,23720,25763,1974566,9556507,111370,1987221,200772,26739467,187911,1825302,1906454,199364,7599407,1993811,90363,128992,1636646,1744618,41969421,171766,30465588,227403,1942686,19812,2076223,4061376,78233,97982,28091523,170518,1736122,117646,1994096,1740843,16993556,2099533,1973199,41458409,2095022,9495222,1603081,2079717,27866430,17275786,18777699,1943182,1626434,2086322,1994502,1601381,1993788,238918,35382,250829,25681111,1968001,2060465,1935741,227481,87340,1960667,1828062,1905927,26721,219157,44780416,26739772,213925,11753999,1930481,9054218,28980,223044,209351,36566491,2097213,131018,138609,186088,33267404,106889,49189,31291,164573,121033,1968105,1825713,2097658,2081507,1969267,18776204,13104309,240120,6553969,10106915,2071323,8722782,131774,2074958,243765,27685,382826,91180,29788817,22166841,265965,50718,208516,1639192,1643418,2587898,171164,15221891,203729,21193899,211256,2670240,6122559,2064513,135953,266691,147221,30101,26970115,6645761,139196,126702,1622139,256958,32662482,12771836,1632225,1993711,2083262,17469346,18776659,37667633,240971,1615872,1993878,36531205,1946528,21543,173602,2101162,16648129,8142109,18520,1748469,129031,2083376,91582,255823,388947,16648648,7452890,73689,1958820,12736708,135519,1648548,35740,1745277,18777688,168676,75190,102868,2074772,1619257,146486,33331,178916,1827458,129206,1821641,1826269,1740354,1829797,1630801,1823444,2096933,1620047,38050667,2853535,1827779,150874,250387,266243,49497910,84439,52801,2080323,1605293,11367489,1940778,1930954,2075115,2102926,157521,2670053,1631532,1630519,15243082,139042,14669428,2081732,21032,105712,38060,2530034,162257,17574337,26956680,23220930,1828360,218423,26740247,7453197,1937692,2100659,2082293,1736356,1750061,1601456,48570,138703,90081,2091589,24971,2094094,1728707,26970673,260788,2098385,1944467,43826963,2676863,2095969,154821,1741277,2078864,13169002,2060738,259359,118621,1974937,107672,1829617,1973664,26739443,181966,34636631,39226898,1971344,1938339,24523,262376,1954958,1647231,190634,188297,1995103,2083146,1826193,1972098,7016779,1970986,75898,2082637,44050,268018,2084234,136555,54695,127993,209213,7453037,98309,4061766,24793,1645656,1633342,80509,15399861,2073960,193721,228125,1739062,241752,212164,1733379,1941470,7969551,4062278,2088227,192523,155598,1625179,25723022,36022010,1964231,20989,103348,1947083,186236,1972326,174798,8484467,151031,1712819,2454119,2093780,1631887,2059991,1990285,95872,41160,2075683,134831,203131,48804066,162100,1742670,2074396,7512292,50062232,5367477,100829,41796413,19359405,1961622,42442514,1947826,7452876,56684,1602028,1980553,1933088,189226,31514436,1737668,208746,27868,2078594,1952711,81984,155523,94129,190383,27807955,1743604,42396774,122838,4442184,102508,1990403,1964566,97116,1826686,202896,51301,192003,1742632,1634574,2457556,43526,1621542,111341,11213989,1964588,87518,224446,1634280,1623305,189123,250245,191455,6123256,183391,1735857,25410808,2063196,171353,189874,166529,132556,155356,110254,74091,1990954,173923,1734343,4149175,1965083,109501,194713,1977077,26899206,1742539,1952062,1826326,21368,78602,1621239,26342359,168086,1733491,170790,48610530,1627958,1729120,209859,21179,44079175,31116495,17770,141880,1615601,34180,46648161,2081584,1951695,194884,1976233,114925,26739971,1945097,7715980,2458339,268279,1626131,1905966,227046,2081145,2100970,24767419,41615,45344641,1949086,2078764,1601300,17184421,146129,1952359,139146,185065,1968049,48017,165937,2697535,127120,177439,21862384,36299,211808,31203,111604,1727824,2078142,142256,265826,1988385,1826175,2082137,151568,268711,1823376,1623492,7452988,43484376,18323640,1976273,1826626,27568,1943201,35322667,2088021,92309,33905433,12894885,1973992,154301,128649,2094141,224525,1648391,154116,1625388,27795127,1648172,1906356,45319,18813,1975571,120394,44735018,1982334,51151,1745037,227558,1646258,1739422,48897791,1956154,1824146,1946671,121323,256266,15465861,1954031,1948234,41649,1603143,245659,1961516,19475,11365272,72285,265066,31775662,145830,31747387,1984371,1933417,1637071,20885,24896602,76562,2103465,13818591,384186,1742903,1742445,2457844,99420,91914,18152,1730727,113819,1939308,111651,2097158,40935234,2566227,252035,2072256,194471,158547,17593669,218867,221173,103592,50011,224332,1729870,135252,2075240,1952424,36260848,187735,1173653,115604,1941039,175610,1968545,2691122,1733028,1744087,181329,210702,388227,35341,59655,1727855,2085525,34983,1934723,174680,1984959,1986914,12279128,1750628,206591,1824494,49875366,105748,24985,2079104,130741,108105,1965726,12879307,1742580,2082077,51357,28875683,199295,201732,1740280,125661,1738037,28470795,7453176,1981615,1981922,6497526,1638406,43399592,13237655,130049,1989832,2077909,92398,4061962,13770777,1730704,49169351,11106490,5367353,161406,17904,28828,2089707,2096263,30205115,6123008,180306,1974684,1949676,1904411,160614,213869,245926,1950645,4580754,1730031,4062628,265768,2083559,146703,185961,49387,257732,1959784,199099,189598,161142,5554780,109291,1978012,261005,2079623,179201,1950095,2094928,193204,16878138,2692476,1729443,1986795,1736723,19158,132704,39558144,48368127,1633155,213537,47929048,2470567,1626378,1970683,29311567,41546,1954287,1740988,6122475,1627127,2087379,27947163,2090036,189617,1635520,154758,103833,1748326,8925967,1976408,1625639,7453218,151257,35658710,40818571,2459142,242815,186869,1746266,265878,11687134,1958857,42448818,1735424,76427,268989,199700,2433263,158648,129814,27199439,181045,26898515,72528,2064168,138939,39312810,175902,143682,2457187,1960586,1977360,50963,1953633,1622354,155681,190874,1627654,1733120,1629078,1953564,18042,80345,2097271,175147,4525596,1633946,142318,98451,1967010,1732250,244711,89745,30764006,20962005,1974380,1627633,1621367,1633626,38973570,6553923,13237374,188242,7453107,130455,1612687,107057,1973715,173273,1940920,1645256,5367350,1628457,160203,202588,2100672,2659058,13723644,170491,260577,21489,2104003,47240616,175319,50325,29789889,1635097,158481,5554733,1829479,1977942,180717,240404,4062845,157061,219804,1972255,203147,26739905,267851,1620528,18230,1947615,175690,1962257,240646,1742732,22916,1965052,4525614,98483,253709,1957805,2063091,4061812,36095,199831,33623770,23500,2082202,35206879,145685,44433919,1823239,2098097,1631825,42841,20810,40704,3259849,37746,33401,20188,2069224,1616447,13235747,48981909,1828510,2453987,1992841,168606,1933801,22204981,1632860,220170,136526,208109,76900,87314,261287,47247,1982404,4063124,1643484,48891241,45830452,33294335,2086854,244042,1644507,1973113,1824854,14557855,2404244,9684290,4761749,1615164,107859,2067310,1635202,1628384,1746888,1944971,218076,84605,74030,2074900,2099497,255407,14012385,2080902,1905995,3045210,195113,1971191,261090,147609,15176277,14600421,161875,148779,2102395,18777655,122139,54763,1605263,75853,106094,1985246,2062885,1950811,2667581,2073801,32658,126658,49299937,220755,1947551,160168,1730678,1736624,4580806,102976,13734739,148376,33363840,1635256,49345129,1600895,1951986,2081964,243243,1744810,143736,114734,170765,1989012,54523,144028,142528,204651,7018853,205363,262206,1988207,30629016,39908198,146983,2103223,108195,1746966,2074707,3190322,149059,36701511,1964207,100061,2103832,15375608,156762,1969008,218235,192284,146150,2100256,39952681,222491,389422,45539296,115416,1622643,3379819,144374,39922,2095828,213132,1959487,50189,1995175,17126,110435,30576713,1633774,1949421,1634940,189988,33321369,1602235,265584,21285943,1622267,9129444,3022806,2084025,35666823,263186,255957,130799,1739920,162891,74757,1993946,1736068,42655,1979472,225967,32043299,78857,30838280,1994732,34961275,228944,185795,2093101,38928823,1632826,46409424,1623990,88688,1945531,201319,33031,1822910,144248,1737602,134133,119718,88772,11862006,1966954,197565,35324,4525581,98441,1743486,188894,1977652,136200,5160340,129096,2095526,1604586,2458035,1736444,14913875,1965841,1944896,53159,13468660,43604597,171224,2080698,1625285,1964612,1621213,1952204,96781,5160343,1733826,2065425,1740105,228572,31820473,45532997,1750886,1630724,139730,41366,6497553,1974078,14957863,31159141,172317,1731048,38621717,2069310,124606,1980881,7738339,99228,2978039,32478,18743357,1615580,212929,2079352,241513,1625983,169959,5660093,26059963,166027,82604,1750182,31772,1749431,1730858,2068749,1624458,1741314,387091,128526,169799,1990037,30177468,45430771,5367394,221211,26739546,1626078,27128134,32147,2456969,117802,2088558,108664,89349,114505,1977210,18743289,214433,162656,185888,18290,1990469,1979726,6116405,143260,154608,229470,5612646,2100270,40739599,1732456,33077,12406905,180504,81753,28018930,157428,1978070,33768,1961566,1173353,2079581,1750798,1953112,1736268,1744741,154180,5418662,1977863,176007,106347,4061338,1944324,1729347,2458073,2073525,1994761,39083,18777644,1733471,1948710,179242,245886,113392,77600,2073473,1631921,52476,7217358,1946502,157541,134210,138736,1625496,1622066,17770044,1828133,198307,1951179,18777666,2367452,194307,223652,1988816,42581,2099401,1984760,185598,43155,6797421,43472,125739,2456727,1945246,1978956,1959845,2084613,1991623,1604675,27076239,1994480,1989268,25423486,1968121,1942414,2086783,1932526,151225,2457650,1625755,1950703,196249,1604964,150701,1617940,1972399,220483,382988,12149352,1975952,15498026,2661674,1736830,4062502,209483,1968982,6494431,159639,45143324,17626,43641,1953156,169035,27486615,145447,2088142,100682,145614,13400949,1828194,1645885,210887,1964932,48265993,205836,1906263,1939108,122580,28138429,264308,1623157,5660326,1630154,1744231,36278962,1971852,3213244,1630992,1628839,7186183,200867,1964833,1628284,9923960,54339,4442302,205629,164627,37366700,34358,1953052,36985954,225267,41793,2103076,17823,2103027,2458412,1620998,2065944,18776406,402843,221593,1949966,74534,10368361,2079301,53347,21427,1624562,1944638,1948522,159538,1737328,2084424,1969455,160247,2058557,254574,73135,1750679,177240,2310476,1969057,1728765,1625106,4062381,2100175,1603875,1634962,200283,74880,2100103,16349108,2065999,1952660,1969608,2103294,1615005,39231,35522295,1976365,2673150,117486,2099973,1631781,1732419,383006,1616081,107364,1968180,30522747,2063745,116231,7453169,1728960,1975374,23106643,157283,75106,1646625,9667712,19054,1634862,12910566,1733965,26447592,1625875,7452960,20023418,263799,17030,1735769,1739846,272624,4062150,150070,209807,2087497,1906621,1946582,148079,2663894,49276,136496,187883,1967217,2530373,43349109,201863,25101,190546,43686,1632926,2103395,1976549,1634602,47294199,32806,95803,2454629,1624901,1986865,26739378,218521,1828920,40556,52769,226499,2080986,1968072,1745913,25806,206198,2096916,46578,1938835,1647500,39355239,1646659,1628483,1931733,1631662,88601,1750076,168651,1988874,1947728,4918601,382743,7452974,9580537,94404,1975755,1627758,1978863,161664,267501,52068,1612986,2087656,1945680,4761786,11432158,2064808,34887538,10374087,1942484,2077282,157224,26147003,87219,12894895,41710,13237628,1943997,249148,9919871,28657,1634078,16975,1740630,1948260,1629285,195314,19763617,1749742,1942388,2075353,1635060,6112301,229095,1737987,2529904,27858937,47781,7941416,221094,1992394,1970366,2456405,2073574,45082,7452918,31341209,90285,1824605,3118747,20577,202202,2073888,247088,83126,19326229,1638201,1930577,1941268,113626,30479894,1978718,1994545,156556,18129824,22786995,31419712,1934252,141472,1602560,1947958,20108,272273,11367104,90455,162969,198814,1966219,1631240,1967244,1989465,2075309,163032,145409,36160,19286,1626927,146259,1971299,16854,1619783,25984203,7453044,124718,114786,1943137,1824536,211686,98382,224600,44387,125266,16110362,186176,19763596,2433398,1729176,1990539,1734240,197713,22003,22149479,170902,88121,7453128,7453079,1745754,2433243,4820758,111742,2077625,242085,1643222,150008,4061468,243209,2098711,244648,1967866,132963,1601806,4062664,29671,1829164,226339,2075527,256818,73764,192391,34013,164670,1948486,1960869,1644484,2080497,23106697,1955349,15116614,155228,1625429,12578470,1627739,1948847,128888,1626682,47487,2087344,157466,168744,147332,4062328,1728547,251348,12664872,1938764,35700277,146288,2068685,1984347,2078892,25577919,1982912,1979347,1823609,14659907,106040,120959,80881,141808,165805,6614248,86586,2071163,31543,25766745,227270,1953708,11928644,42785,21905908,2088936,2101243,1630452,1931758,2066133,41188273,1952501,6123311,1635550,1953774,2486062,18776417,1830603,1743467,102814,2086407,1971387,47158211,46852469,2081355,1965803,94373,2456895,266341,36100,1947886,5315084,174941,239049,2078460,37175,13400708,25052280,252832,11618312,1730546,1173542,23055,189670,15103887,110677,1714950,167986,2078695,18778000,260613,1173693,21239,266549,1983915,1741041,32341429,6645142,2095560,248735,1967192,2096960,180460,195558,75643,149455,1971898,48313377,30806616,138437,4791435,1987706,207763,199850,185864,2099215,50631523,21211748,2098663,1730342,90791,104583,199934,86434,367148,45054,1955377,265378,2309430,29311311,1728156,1825793,46316,2102326,1732918,46121793,1976775,48891238,2102509,128052,1977743,136066,259918,1829900,1826473,147969,55324,19754,1736773,1613127,1739660,260687,261224,1616323,1969164,10261747,261973,91679,1732645,1937367,102266,1637479,6123156,1989734,1963049,25413382,1828318,1745311,219645,2670885,2458151,1626047,1956234,47710,20203610,1634090,1942503,52980,2679537,169612,2079525,2695445,28256420,2102419,1993438,9566396,18777956,1967421,7969785,242786,112984,2095125,30192336,9798794,17275737,1632667,8382758,251478,2090846,2065496,1823052,55242,143950,151636,1945611,224773,1945937,91843,2086836,107594,2829775,27224568,1615749,1981655,118221,81346,273030,32076506,263334,252403,35655,40661069,197379,1988731,1615234,1970644,164234,198534,1601128,1946839,1984093,211891,2194032,1627052,1970266,1634534,223285,44660,50388225,1992182,45794146,2100055,156724,2104019,1620658,39069619,1968884,203882,1635895,2080196,121533,149400,1933433,105477,1601151,2085249,2103431,1907362,11892410,26740195,2104264,26477859,1729000,18755389,47693113,180136,117916,1962474,263240,1943586,218829,124694,81720,99678,34719290,82419,57187,2061355,179886,1741720,31336,3283083,49345132,1643032,200906,1954604,1823037,42449618,73556,121638,2095926,75414,1632429,1622610,93789,8695139,1737654,35070,2084957,1952143,42350,96059,209054,1988139,33611480,41643929,172618,194023,1638661,179813,119873,122307,1944838,1957466,3283074,1633581,87012,21273299,191516,145494,2456499,1978670,12963484,37709698,12435028,47698731,246836,113751,148211,74473,1964869,80793,1948414,1628266,204827,45375,1730586,17811174,1956116,1643072,268951,1942441,1619864,124000,2093462,75600,1734194,101403,1821596,1732510,3379737,96266,18777967,106657,4062431,2097383,48557901,1602100,31215812,3029831,267623,220348,20512295,48890,2066831,29619,1173251,2066719,17208005,56191,1962754,266661,2100144,204745,1979290,36531210,1636769,1603635,1966440,114320,160845,1619845,174544,1985415,6122933,1744492,15668814,1983681,84693,1974607,2094540,114017,2101006,1969193,27187816,2670783,85808,1955738,1619453,34920688,18411811,1750146,106445,34043087,168114,1600709,104153,2074117,2077788,50205454,1991966,1612971,1823171,83429,53239,189797,2096844,87970,1619082,169525,1971885,11473248,1627443,4553064,42237,1966779,199572,1941538,213047,1621992,210612,3224898,1602757,1949501,1743804,1981953,1631738,1906838,222689,1987293,101969,1948166,4063525,98639,209292,45582974,1173603,18743300,144517,49029361,1981033,1980584,1955273,1967229,41003922,30724471,172344,1739830,181569,1621086,204161,206894,1735710,34024549,1603697,2087883,1637797,74297,259830,49350028,1750841,17197373,2062596,55108,2100004,50850,2073379,24580,30756,52545,1967131,44339,50347967,2082700,74347,2098069,32750792,1616557,1748682,147531,158731,18355899,1729325,33072200,1619305,227732,176111,1614854,254246,269401,253165,18328480,156225,2103360,47196,101798,1628181,384102,273143,2075186,204973,1736174,1976072,7453065,182335,101813,1949028,2194150,110842,1978760,37827,1828794,142948,2077975,8618578,220200,1930243,250060,1994374,22892606,1625445,31820476,1953506,218293,6497563,48313374,1827242,31625,190920,37942,2458698,1733186,2076811,7453135,54118,1965827,1735985,14623690,2093671,79424,250318,2103875,1642524,2103495,6553921,1622191,51833,88291,1945724,194960,39454,1944200,1619113,7364158,7041608,31474,178544,1633857,1620355,1990091,1946806,1983086,1173892,1619633,1964399,190819,148899,136181,1824908,2081691,15659243,26626,1604920,27631,12216039,41214843,231694,155492,89709,1931242,46284,1732163,1993242,1952542,84203,2058626,1741900,171662,1972169,18432,89886,6342564,1936218,16922,48933696,5367441,1744299,44526346,173474,18743480,1975205,267700,19472755,1625771,11436541,1945387,2099252,4063461,233730,1605354,49229,149155,4061779,1602287,173082,1970512,29789987,1633276,1821686,14913865,1953332,1622416,36617,219012,72611,1736412,49580925,141995,2089077,251064,46733,1965992,1943475,111091,8924349,1944069,3429558,1930330,156120,2456226,1974719,228789,1602702,208932,1946548,1982263,11825924,32550,1600537,39297,227604,191407,212470,1947198,1970440,18462,186921,1641782,1614871,172217,5949155,84306,2458228,1976167,77676,1635281,17227,1625225,15104158,15419107,140245,1987270,34613565,43702020,251659,10672408,41842,30764208,2084064,39225141,1932702,142573,92184,149700,383494,6612349,115150,6122518,1612895,136036,1989124,269473,22868106,1730377,7968981,266442,1986758,1955936,265930,44404593,122527,1743212,1747963,1992261,2456739,1957311,1603434,27384,30765443,1647275,1948646,35994,4063277,1954000,31117139,1173254,72244,4062202,111233,162361,213063,78778,149007,27419533,49539259,37308,1640108,204204,174338,193068,88849,113408,2080414,86879,6553925,25086439,261823,190504,1734285,32979366,182728,139584,9129044,2066578,195136,2103968,7453225,23620,98352,1938666,27808352,37484,198380,18743311,176678,11758096,108052,217376,165965,2103588,80083,7351637,1750860,124237,2064954,203485,1173742,1743089,195918,195022,1737844,54243,53293,187180,47650472,171978,18943,40695402,47830,34270,2104085,1619797,48981906,1743927,207463,52727,1734330,267915,2060888,2080600,1648477,150197,7453051,383578,15176332,51034,1972286,26648317,2104304,29754,1986015,2096901,1729848,1637922,19612,2084688,26739452,1961528,170037,1947843,1951622,229314,139671,187810,1951232,1629739,2100329,1962811,94222,40768,46904829,23184951,1931105,254301,2058868,1968062,176637,36619529,226049,131839,35908675,2104416,124829,192842,96112,34219679,95945,1624206,35859506,199742,272451,43384,2091555,205724,94738,2062410,148602,33664677,1627511,1906916,133017,1615308,21984508,86366,36066,141656,249413,1736889,1935804,37868894,89261,27370998,20840,1744099,96544,1994822,418173,33519,7452925,18810410,28867353,4061851,1985114,39126410,123820,1615080,204776,2102337,223355,5160398,175792,2696471,2091472,1969702,7542353,22892603,98021,223960,204855,19244,2696852,7453072,142376,1938936,2099561,1950667,1975247,2081799,2100549,56045,1966648,46450,26739447,176897,212394,25025,205800,1967144,13979961,45122,1623749,2670355,1625798,1932213,77134,13377190,2668546,29836686,1941076,31050826,1728417,139974,2433378,1987149,41752708,55167,1969382,1986433,1950256,2073304,1936689,1746508,33072197,172512,1970828,386089,241209,36664,1735975,2457463,56563,26851,1979636,1619615,128254,1730694,13768757,164042,267530,1946351,1738871,121463,28923,124113,34037741,2098283,48319456,246469,1739372,105761,91299,2080640,2853529,1619430,18272,252258,256037,188963,81527,264448,1642980,159735,1973390,1739120,135685,2102365,206854,2098830,1954921,241670,5612896,1971267,38904,229397,218149,10039806,32449058,10114007,85536,1173161,2087282,180387,115132,2070746,26739502,1634247,34168343,56362,149216,49304666,47601194,204528,1744654,1975018,32298578,1943381,39995931,1974528,133887,1739032,182482,2059260,91149,9517247,1630109,250696,1944389,193837,227572,27808362,1600513,73343,222458,1604133,269445,1639599,17877742,1636022,25942,32938577,1612739,128612,51503593,27298,2084894,1740164,17526524,1969581,1979378,1747672,1632497,16605043,3263475,178962,1952246,29764,247180,1648586,1648428,30773134,241333,26740070,11213840,2076325,1827613,2096778,1742891,41494,1628609,16329832,1970018,213326,1731471,1630959,272587,128321,227892,1616414,102558,157359,2455688,22475,1627793,2098488,76116,7938552,1825612,96354,1987095,2080795,87856,135012,141037,39377,20847987,42060036,2082242,2073691,76091,39685585,1603557,1627206,49158,46529,2092835,12910729,185208,22149472,2072287,228197,269023,38008495,4062685,55010,2066582,1984904,5128432,83605,227134,2081263,190210,1743364,1616259,141729,1632008,26740224,27700476,44032105,1967087,48563836,1989419,103365,38480,2104757,1735663,262579,114609,1936326,1625784,1981704,29787925,130324,2093030,1624824,38290359,47981,1619043,134439,9872791,191266,135829,7453204,1619833,5315124,1146742,1622382,23920,26647560,79212,1984508,1991413,1728448,9484915,1748613,1628949,4061187,220655,1628719,261158,1976935,174035,84734,222748,20972969,383497,1637581,10004877,2074334,31789631,2086648,383027,1623678,7453058,253939,2085791,185439,90325,11185192,181884,1978568,1646152,235840,5660131,30448600,111003,1945485,1945464,27167031,243839,367300,130267,1733895,24767422,1603255,1821868,80940,23455755,1641179,197310,143785,21284,186259,87380,144556,1984665,185698,222990,178337,1630848,1989882,2088269,385472,207780,1989922,167903,1948065,176244,170704,2542786,2063926,182129,1930778,22568743,1733744,81639,1613214,2587910,1935963,6122990,2099002,120883,212729,87071,6262634,82805,1748874,1974414,6771981,47644595,2103087,1741776,212715,193028,102697,1950174,2095446,48320437,1745878,200595,1989698,1952871,42358761,206964,259974,15419089,11328801,1833139,4442187,177510,1960488,4063373,31823031,6497577,193952,2458779,48569875,1987339,2065267,1746188,2098133,27825,26342176,140059,1934672,1971966,227190,245591,2103859,46933,2081298,186209,77069,113160,135205,26739438,1823225,149098,1946065,25766748,1966865,101745,47921,173849,1634918,36227,119029,1821748,1983752,43125,1628124,190150,1989075,2082220,30731557,12253807,129250,115902,145003,211759,33100,43065,1970788,18175240,77540,133247,193372,1968641,1827876,2060516,2065098,220948,193693,14660255,1975076,31719532,151492,1625909,1622536,1612643,18746,101549,8566620,1624685,153833,198994,20926250,155984,1627038,87899,31077072,262061,1620737,37911918,77403,164309,1825011,1824347,1938100,30148041,2075049,1963111,109234,2082312,16306657,4442181,163958,257550,1990181,166611,21622,1748053,1946327,12143455,263995,2083636,1741179,2664864,1646975,147191,101167,1620205,1954696,91521,241860,28508,166413,1905888,39575,98180,19763638,124869,83792,1646646,18375,32570986,2078992,47398,1982666,1945227,1968497,1994693,213283,229645,15730622,1745241,16942941,23898669,2078747,31116306,2063458,97332,140325,41879,45582,135730,187408,126983,2066111,2089778,18776174,125055,187530,102372,96500,19558,202099,1960354,73900,1748280,120483,1603799,209921,1829717,2088680,2059088,26739383,1826556,111071,11364731,4061656,31116608,1633679,107023,1627999,1982812,28124,11644081,2100307,107555,2659288,73645,174987,31116045,53817,17418,1747203,1603350,1990911,2459254,30482936,15498539,1991534,266112,48313371,1728976,1985522,183531,2088878,29311463,18777989,1739806,218032,4063386,1953230,1994800,209194,7452883,1981153,1623716,98121,17593634,1955972,93903,22765980,1635442,1979772,1989189,1735385,38670305,202690,21942,7452995,5732976,2099659,2075421,75680,242919,196083,2066351,42105593,135125,9283115,21859,1622470,385639,245508,1632798,256553,168884,1948505,1973018,156053,242072,2100495,120314,42433218,2103756,210718,147033,2074827,91383,1983110,18743469,2059571,1950224,265468,1631995,222898,35989,26306220,195537,1950873,2098851,2700465,208283,31422,134322,1739549,242014,18810400,46250,1971834,26890,2097024,46236871,1829458,33252193,90672,1956007,1603030,4062676,78974,38723937,1742341,1933727,271832,2078829,1641827,1949730,1623363,1970810,255495,35666828,269773,127946,2977929,1991492,169666,1962416,1626620,1947355,2097194,1951414,174583,33002559,1980474,240386,38807,139824,45930227,208902,261487,1743121,1980811,9566387,1932776,25414206,73318,1628901,2070247,1960793,1731339,218375,203308,1643921,1942177,39249742,53593,39998,1627169,1958966,5816,2095070,8722785,132606,210638,244217,2102865,192804,50536907,1742817,2671474,1988766,2070894,2079798,4580718,3238663,35238,37868363,1616103,77798,2099837,8745860,2074632,250174,35241603,383292,271807,1648359,383021,174091,2098514,11329889,79701,1973794,2077723,24781077,4063160,105154,193518,199538,388808,1954907,200435,7453030,147869,38423,2098691,9520223,16889,1944590,174737,2100087,1738996,97583,1959573,1629466,24815862,244970,10664738,2100430,89456,229144,31755375,259576,108520,383826,221442,9019876,214160,2101221,3190492,1604712,29649155,150268,176296,1968484,147399,90162,2077429,49681004,267314,198592,1907248,144833,260508,272389,228246,1955017,141562,9455693,1949614,1627301,8870626,1748239,2669983,1937978,1732862,179118,262617,46968,44869050,84906,2062684,1906696,166311,220877,2084188,1604752,47131,171964,43594,178215,108780,174181,187460,1633887,50760,252859,1987680,1632762,179735,99114,139875,35677466,1906002,1621181,205199,1646822,249659,1732231,223466,246876,2089643,31116285,1986476,192120,1173124,94870,2679052,1648697,4063767,86746,2070586,79030,1958743,2098724,176975,6553977,98143,1713496,251865,35757609,1961503,2064720,154459,266360,110374,2098991,1748970,1951927,1731437,186138,4061087,1736055,1948441,3402151,1954411,26342382,38583,176457,42551,2310272,9517217,5418389,27520,163153,1737173,149642,1616483,147152,1620510,91479,7969782,3259752,47698722,2100932,2310269,31665450,2087805,1972880,1940590,1972504,6497583,1615190,6945367,130026,31843325,29109,1605324,4580781,1735334,1940948,2194142,44587191,35566,219501,32582,193149,17594470,1823715,1994889,2099763,2077377,33898,1943973,2103381,1745175,1965642,50135,228856,2100577,15201310,2459068,6553917,42105627,1744000,82308,7162763,104513,241089,2087757,48897445,1990830,1987585,1986581,1733775,1946746,1747228,18743447,1616614,4061616,128141,1992224,220546,130955,1970969,1639682,245836,2456108,2454304,166076,1976587,54660,1749921,31406340,144860,1988347,22840856,1949004,267186,1952101,159064,1829408,2669356,1973431,1976710,6122653,115353,35666833,1965631,1955624,4061122,45252,211866,225305,151587,1640572,20708505,1976860,89565,22817521,1619716,46461361,267678,47158244,16605339,143351,45923,14659516,15118655,35562327,1631084,116102,1823539,1602438,1747444,21824738,1942882,1750660,2079240,36327,2667097,4791467,1642184,266061,41655080,1736675,1950333,21585,207109,9580541,212320,1993645,2087461,190401,165005,150752,51021493,2083662,43758,8694081,240156,1968789,2098651,3411816,214015,1739074,41680612,1931440,29788089,262446,220238,35456,20847844,9284087,1985174,1732394,1645934,2096996,7452946,1712193,1620087,1633481,1948977,26739961,1746933,21363,132768,1830434,219299,186109,2457383,32010,89549,53743,49585241,177852,1746869,1972735,35206874,1633994,96619,1625303,37859,1987442,1633707,1622327,6493635,1716720,104781,2075819,1974283,27961045,114251,202332,113462,1599977,17676,2064618,1950988,1734086,265305,1623962,1741019,1638503,1943508,162327,1964309,43433,1630213,181441,225114,48563833,18777677,143537,29907,1961578,1621683,1966986,46896212,2080450,1637831,1967514,39952619,52662,6122610,55679,2098561,2059767,8537205,241827,160801,4061211,18891,1976977,29585,1738191,8195213,386334,131179,1960995,197746,26684353,1600619,1946470,1939045,4063051,34831,140362,1825179,54166,30565,1981834,45503,9700358,1975511,49534198,148975,227647,1736494,243999,6648868,20643,6118925,51216654,1733525,7453211,26739531,55395,208002,53783,198498,187757,1979421,1982238,1746070,207573,1744456,39007,2097352,17462725,85117,182441,1823090,30980,15692025,266888,44224029,1744680,261943,1633182,16943153,7678621,1976678,1985474,97625,1987314,156617,45233699,2092638,47650481,1943815,14915031,9665940,100623,2102674,1963035,162295,42428,1622914,186795,30400,32570989,76033,1630285,1748796,1932966,176200,13418149,2101292,32802,1829934,206641,151676,40425,13237727,54464,254825,162820,1981594,1990242,27294,5418347,27998615,220693,1905902,2092540,195347,1986716,9886077,1600091,152590,1986946,1981054,1749206,2458797,1602987,192033,154051,146183,242260,7364155,1614713,1824253,2070983,19208,119097,1934294,9887645,38300874,171586,17015951,75959,1964283,136417,162948,1626802,37365,85437,1973899,1937544,110338,228288,1824363,28876,1949573,1986627,115753,262837,2433361,1823821,1968595,1950753,30763608,1828716,22047,1624490,2102784,383360,1825448,139639,48224470,1824952,1743691,1951749,164198,11281445,2080289,1985351,208378,118332,2098617,6497598,32305843,2088417,114041,1953997,27082,46874,2456321,45886154,12663360,1950128,263475,246756,267580,11508819,1948401,202800,1600028,15050850,9491906,255713,142897,51358271,3176489,8388337,1904712,219686,199975,2457632,1966896,2089848,1828934,9529160,212020,41406325,158905,44080159,33451,53010,1955200,388302,73395,89073,41198698,1987973,46409417,1982005,256865,119809,2086547,17068,42830442,1949477,245784,21236516,1906079,20782,4063327,1830380,17354,29789564,1959380,1952996,1745374,1972521,205753,9290146,4442214,1615125,1620371,91777,27740,221136,2085415,2084861,145352,50086,108881,40646,39687,23435,9624503,85349,3263472,26848408,1635495,1638938,1601425,1961040,146397,209589,2087201,265255,2099178,2097436,192497,1948827,171431,2075589,87124,2310556,1173491,257010,1727813,1741616,210768,81316,239438,148562,1981017,191815,212689,2668273,205897,111521,18560,1971221,1750647,269658,1743226,218042,2076379,1988937,2079129,1969741,1961476,44781642,1947387,125397,1949915,191210,75009,217510,1986681,1146711,2084127,4062128,1965864,49924348,138273,117438,1953843,54798,4063570,1729762,180007,196032,1744374,1823552,1742316,79610,3359223,244956,44172,1635028,129897,150639,2458981,208674,95652,2103814,27471,26570,23455826,39976679,5367405,1635377,1624179,2094594,268424,109732,1748634,115223,79494,1735575,7970607,260733,223613,1637716,17541,1624928,79343,28587,178500,1959616,2458503,7452967,52190,22452518,176068,1983839,1951065,6112501,1906343,42977,1951313,56742,1948700,383672,52516,1621280,1633506,101260,1616423,1640532,191047,1730657,1343842,1989224,1741980,48365,19857,13948636,1733212,1433530,179171,171549,196171,44528295,177157,1969075,1626162,1939806,197835,1826136,44526349,202441,182314,1749264,1737274,103526,1634372,6342567,1640939,8695297,260555,1824813,2060384,41909293,1614803,27808178,1617658,212576,1621908,1733016,77357,190061,1823886,7453114,3224895,261884,210522,6285088,1741842,1957306,1953959,139070,1620331,1747013,2076099,6356118,47644592,1635360,20059276,106770,4149206,1716290,2684053,25366,1744565,35697,48897409,7571608,29341932,272908,1750909,1731019,5612752,146572,135345,178599,162146,88890,1744268,26684056,15419098,1643752,18777721,1601222,1983516,43804,53948,25522,7780777,31115865,39558266,118392,108551,268162,8591193,242964,1646511,1940444,2103326,156310,1733314,223733,9290160,268827,43414,2101108,9395965,1729604,4063709,1930178,142725,49502,191155,260943,2660121,9282725,7453183,2076905,32979456,31116650,39599857,1735488,97682,1978232,2101765,1617964,248414,223447,3213231,221512,226395,2059447,3379852,255905,209445,84542,12370461,1988269,189166,2059839,2097480,7967625,35617129,19029556,1733241,41024653,263626,2088601,1985962,1939951,142776,1644056,42911,244552,1989306,2418919,44831,384050,201789,1946429,42753168,189271,194797,247473,8844791,197250,183075,2457153,1737106,46636,222266,1730919,7018201,1735505,163837,2566254,83176,1733811,122101,1962451,161033,1643509,221382,12879304,1935486,164128,249871,1966404,203577,1947435,1960316,225374,188477,27807120,26739871,1948321,19587,1742553,1946296,1615279,47247472,2104733,147915,1625681,143596,79926,29819550,1624776,47606,223395,1955415,33002564,82521,77223,173543,38549,9629644,2083801,6775934,41634802,2066945,1729645,9313566,6497634,89972,100524,1974122,43184382,2078081,1742525,101590,1736996,168470,1622865,179680,1640841,1629150,49548934,41239,1602156,1729658,167765,383286,194565,1740503,1628086,31077769,2664006,240436,1638980,10223870,1633762,32689,1823959,25667,8388408,5367459,1702924,1645676,1600797,212066,1732017,21821,260387,11753981,1631899,15843263,257803,53474,1749288,1972350,49874948,170268,1624054,132156,9394208,1748466,9258388,116132,33905,1742359,179767,114455,1743173,1989566,1627365,100207,1639755,261585,120627,31406343,1953538,1601631,39225314,220403,49790,1622686,1954488,43443153,2059361,1737009,21327,2661087,1980918,21308116,109374,1749936,1951458,1983002,203394,4608269,1984126,143038,154873,33294549,191937,7452953,243956,97550,2073619,36619704,4063201,1631106,7969044,27982954,241967,150724,103051,225195,2368223,1943105,2088994,110779,1634217,207942,34012809,43581664,32742951,2085493,15432854,183196,199275,203617,1743288,48496,2081916,245352,2655510,1648515,1907111,2530025,1829510,219765,18015,165025,1622502,109827,1643109,213843,26506,263121,37217,34636746,26337,26862862,1619289,31341041,135403,1742867,7757553,34716,268647,178677,81217,46152494,144062,228314,115484,156882,23185284,20668,1614785,1739008,2099138,139252,131790,178433,48804069,26244429,1931829,54374,1955577,1626974,2097551,118447,7738640,195752,1737555,35330412,1967609,119054,1969318,80548,1968807,75482,203901,1745839,1944279,1955094,47247486,32043296,2094828,37038521,254732,170874,45797,1620892,1951675,1995257,53131,1975478,6497550,40473,28929422,145258,48265977,2080373,175232,11861138,1742419,1627828,1828871,1616174,1626287,25724,1621340,80315,4791491,5315087,172278,17517682,1642449,1734130,1821963,90830,23991,1960208,163692,81094,2098329,4608272,128777,271621,2078155,51974,1749855,383256,1630358,200126,14383937,383118,2081770,1626894,1821779,1964721,72773,1906561,4062673,31341359,2611644,260291,15399851,1977491,1635138,30852,1952040,3413534,223333,42114,220914,1946098,250658,1827525,101229,2071099,31159117,188200,2100448,156680,1959914,383139,1954524,74121,1620303,7599993,25273,1981496,1825677,1645091,24118,207430,2066268,1972698,1629040,53418,36492,242703,1641970,6110063,1635930,74427,131135,203636,124337,26739635,87409,1966052,1957246,27436656,264897,1951116,2457450,1628231,2095239,228081,1976486,43837572,210439,21659,194917,99548,132281,7541413,113085,1737436,1632111,18778011,1745650,1942813,1632452,4062640,2062975,3121111,1962766,198187,1824068,1615966,103317,53913,31116629,122718,2099417,96924,1739695,164711,107333,1823654,24242,101873,18332685,2663977,1972586,125952,21161019,210751,49539249,1932817,1970550,46237639,38616,97423,4791488,6123115,35829,1985660,183290,201425,1628028,1743861,1736352,17364709,49910,50194,134714,16192461,195225,177255,91812,48905589,1949818,47840451,1988015,1947469,122780,1823597,30354,1821861,24109335,1955508,26739827,2455620,1955268,40480654,1906189,1955685,1568610,1702984,12141191,26740055,36640534,26739976,40066879,49522274,2454904,1713862,363263,7453009,1715720,42811918,51194931,16338363,1629269,27858940,36640511,26740010,1712323,1568439,1613053,1734569,24629767,4704486,9700388,1906719,1906901,26740079,27820,27090024,47930787,1615228,1615272,1955042,47257351,13440568,48663392,1639729,20969330,9629647,10680500,1906157,9700325,1953092,45916289,26739418,42769482,1906601,45756971,12948653,48050342,27066899,1616053,4442120,29827678,25851748,1822005,30841045,1568590,2458315,1954551,4090781,2453840,362951,49917837,1948108,11366305,33992180,2458026,25215728,42724868,1615547,2458357,13026962,26739866,5957902,1715779,1612870,1906028,362414,41064007,42682918,43139185,46597852,50010802,4791432,1612786,26740150,41278917,2454928,48863,1616374,42724880,45112981,29699643,2458056,1905920,6515449,26740330,2458159,1612937,4062193,2457442,26740020,26739802,40818583,41453473,22882595,1568525,26740313,2455657,2661069,1624588,1614837,1616351,1628590,1906196,362238,12879310,22680298,11993553,1906052,1616047,40818577,4061295,26739837,12785402,2457692,362789,1614903,1616225,26740102,1612675,1618763,9108294,4062044,1980402,9700322,49253798,1821955,35736,1906418,1715485,42769488,1615721,2457275,1614910,362207,28492,1713138,1615674,1612819,1821893,1173158,1822011,2456765,50341773,1616235,7453023,362272,2457048,1618699,34613539,36258298,42724847,2457393,2453569,19739002,42724862,3259747,1829134,26739986,1567028,2194164,26578533,1620881,39338675,1952340,1615695,11993589,1624427,2673915,363560,38954139,26739413,10684008,51333826,2456978,4062000,1615731,26739952,1616296,1954995,2674018,1618898,1567581,15154165,2310359,36716325,26739817,26739841,1906112,1711987,143202,1714209,50929972,367295,17804775,26740210,188163,1821580,17804792,17115,1906859,1615743,1821740,1715597,1954471,2673903,16306542,11993543,204342,1620967,2663247,11365151,105369,26740135,42753173,1702966,26740233,26740304,2655655,2104811,45167318,9652728,1640812,1743384,42724832,1947283,2454097,26740025,2457105,2309376,117877,9886762,1821814,1930118,2530046,363159,4704521,4062930,2458171,39270097,19928947,2059036,27178461,2453808,2670158,13873463,1714377,27066893,1907427,8776246,36640531,1821807,15136578,1612615,1627590,2456271,2458566,1616336,26740126,2457291,2674009,362476,29072957,2458494,17001,1906816,2663172,1714298,1614767,2308773,30192347,1567856,42811906,1567284,50584316,1713759,214424,1616514,27142048,2669164,1736862,1715372,1702996,1906432,31259,1955952,42682901,13205136,1615202,2456436,2458107,1821730,2104851,45198113,50593655,1615196,1907143,1612807,1906802,2309544,1712703,2458220,362224,2454764,1930447,1568208,26740121,26740060,1567898,36640514,26739876,2456579,1612882,1948291,1612964,259743,20707,2309712,22870909,2104791,1715692,1717034,4062249,1716944,1954889,26739895,1906508,26739373,13415036,181278,1955476,1612792,1713909,29829,40066871,4062035,1946779,1614918,2104878,17253013,22680313,363505,26739388,42339673,48625748,26739856,41365379,1713325,1716000,1620732,1612993,42682891,8728584,1713366,32203081,1612780,26739995,1567825,1717100,1615533,1750052,1616381,26739782,42829790,26740087,2454032,1829206,1714248,1955319,15115425,1627570,1948900,1824754,1821979,26740294,22680307,1616477,42682912,1972617,27961048,48208705,1702930,49723102,363284,2104885,1906328,2530031,16552093,33178,1616585,1715129,1616459,26740130,46992771,39669088,17071511,11993576,1713553,1930310,2458323,26740229,2454264,49619462,18250396,1615503,1616249,1612628,4062912,46703369,1567618,1906795,26740015,6208703,2104401,1615509,2455960,40707373,2529880,45548175,1616159,2457171,34595469,26739900,26740117,10680223,202554,12665315,50330123,26739792,23827352,14049003,2194254,4149203,2455032,50929981,1615295,36427,31261223,2673544,12804745,33059182,24874128,2104688,51533229,1615773,1612798,41643953,2457195,9651389,1712283,31569228,1954353,4062004,1616197,1738782,1980873,2455852,42766841,157149,1821823,1703009,8746207,32356610,1712145,26739885,1615178,1628215,2673541,367388,1965688,2457980,2310347,1712652,48905586,50630461,367184,1930130,2674068,48417638,27066902,1942274,26740205,2457241,1613120,1714423,44760927,9735393,1612861,2102038,2457179,43822465,4062921,25500,1955322,42444600,33623528,46201539,45911208,10004874,2458533,1955727,1741295,1616205,27189478,3032193,1173121,32460992,1615991,2669577,29195233,2193918,5957896,2457417,1906852,1612655,29658076,1567748,1703035,2458389,49289508,1906119,26740170,1567553,1568077,1567369,1716696,1906873,14383638,1615997,32356605,2104858,1713989,4062325,4062032,25076569,1906635,12176479,1742389,36640521,1614830,2666152,1615159,1821680,1735734,16421480,2453876,363102,363214,367391,1615738,1616440,26740005,48625751,26740309,1616498,1714011,51735516,25114536,1618672,26740050,1821723,26739932,22621551,1713829,15187823,1821762,42811912,30751,2453896,2456775,31077191,14055216,1948303,2455156,2454461,41704397,17120,2458404,1612635,9238291,40707377,2674170,363139,29104,1615208,1613183,2310457,50660470,1736761,26740257,1616601,1716219,30525605,1616507,35313684,12578480,1906546,1616313,1980321,1715444,40739591,1993620,40739609,6142093,26740155,1906044,1821623,3089986,28920,1906249,2674165,42769497,2454613,28867350,31788832,36655,1822022,32353,2674021,1822030,42811899,27972191,1906171,50975869,1712994,18094541,15862624,1821635,47888734,47978187,2670780,42478172,1567091,1716637,7452869,1567186,1974902,163235,26739981,2458294,2457804,1821836,2530028,1957212,43384770,363436,1627158,2458255,4061075,2455815,4062067,9576144,48675,26739846,1946951,1906202,1747740,4791485,2458128,41305644,2457590,2104833,9159056,26739851,1828221,2457745,1616532,47196812,1906073,29850681,48319918,10680394,2104698,26021709,1717056,47463,26739957,2104824,9455321,30843,50613474,1612661,11993491,1737665,1821629,1948687,2457782,1930161,43384764,26740269,1824745,1615985,26740265,1907004,20926241,26739927,2457960,48564332,1714453,42769461,2458381,1907420,1743243,1613190,1955705,49548929,2458008,22680310,12076227,1616367,362255,13468069,1826683,1712581,9490401,2404275,26739787,18861848,1906305,362302,15136325,2458065,1713950,26739910,49046532,2458275,1730951,384128,51238225,1907329,4062806,26739822,42144620,1612950,2308760,2662512,1906297,41108210,50692778,26740040,1620709,191428,49215024,220531,10141050,7452932,46837228,1750906,7576136,1955197,2661877,103499,1907413,8925508,1613197,48662436,31960,247897,2456747,2458788,1930324,48625745,38702048,1567956,1733355,26740160,10990613,1616142,25135852,2457118,22680304,2453674,26739890,22968535,30359,26740200,1567017,48663426,8306877,6775712,13447471,1731831,1568396,1954940,1713460,1906766,51213710,1930304,2454173,1823127,1616117,11510964,1955919,2457214,36640524,26739942,1821849,2660012,27056,2657360,26739393,46904062,12141175,2662461,1743705,1568013,4062019,1947373,2104865,41935,29263800,1613013,268384,2194020,7453121,1907049,2529886,41198724,2674013,41198692,44781292,32396816,1713102,26740175,2368235,1616284,1568651,6771978,1567972,26740092,1953810,1620627,39811619,1612855,2655626,43751656,16463906,1616360,10490264,39621948,1906021,2454161,1737589,45756976,26739832,49758724,1905954,12212021,1821737,1567525,1954391,37260090,26739861,1715186,1612667,1568474,1713652,11245625,16295655,1906066,31896277,108003,1737642,32526079,5957905,2458424,2459391,1612621,1906059,2104798,6173328,26739398,4820748,1821716,42682885,44781629,363511,1612831,1931251,2457950,6645739,50330126,2673648,2457931,42724874,2454738,40649956,1979549,362821,10684637,2459044,6995557,18541017,1615619,261338,1714881,4062830,2458331,29502930,50062229,32996115,48753192,50878032,26740299,4063718,1821692,1613038,1621080,9700382,1620033,26740325,1738986,26739881,1630912,26739966,1821698,1616064,36090619,38622028,1612889,42085312,26740035,22213550,26739403,1627273,29658086,26717,34969921,2673689,26740097,9490392,2457968,21577455,31953,1612876,1955956,29658071,32751,4062757,11366349,1906209,1952166,2457353,1821899,32108,47614112,15028571,26740030,1615680,1715510,362915,1612928,26740000,1615522,1616087,1821772,2455301,2457774,1568361,8924340,42724854,2853499,23107117,43384756,2457536,17670,1614616,2104901,50330129,36598477,1906788,18165472,35259362,26740045,15468314,1615663,2529898,7453190,26431,4062709,4062700,251539,26740165,1614778,1715325,1713696,26740140,11993564,2458552,2455321,26740242,50200137,1980341,1957280,22612,2669496,29658091,2457621,29903,26739919,22680295,1614843,29614,363337,28867356,1906035,40480657,26740112,45468398,1906747,17058949,48663405,1568301,17208002,18721781,45756981,28035682,3406278,12076233,26739991,42724838,26739408,9576135,1568248,2458372,2455138,2104726,2457544,41305633,1714772,2454859,2673848,1930168) AND dacco.o_published = 1 AND (dacco.town__id IN (11848, 10003651, 11849, 10003652, 11470, 10003641, 11493, 11492, 10003643, 11841, 11495, 10003660, 11487, 10003613, 11501, 10003644, 11475, 10003610, 11494, 11846, 10003653, 11506, 10003617, 11479, 10003618, 11839, 10003654, 11505, 10003621, 11489, 11842, 10003655, 11845, 10003656, 11836, 11476, 10003646, 11503, 10003624, 11471, 10003648, 11497, 11490, 10003628, 11498, 10003659, 11481, 10003629, 11477, 10003633, 11502, 10003634, 11488, 10003636, 11840, 10003658, 11485, 10003637)) GROUP BY dacco.oo_id ORDER BY RAND(350)
doctrine
debug
create TEMPORARY table `steiermark`.accoIdsTowns(
id int(11) NOT NULL,
PRIMARY KEY (`id`)
)
engine=memory;
insert into `steiermark`.accoIdsTowns (id) values (1713460),(40818583),(363337),(41305633),(26739885),(26739905),(1714209),(26740010),(1712193),(26740097),(26739871),(26740020),(26739995),(42769461),(362476),(26739856),(26740200),(26740155),(1567369),(42682912),(26740040),(36598477),(26739881),(1717100),(2655655),(1712581),(42811906),(26740135),(1713366),(26739976),(26739802),(1717056),(42724880),(42811899),(363284),(40739599),(26740102),(40739591),(26740005),(1568361),(26740170),(36640514),(42811918),(26739452),(1716290),(1568590),(362207),(1822910),(1717034),(26740117),(26739787),(26740160),(1568610),(26739827),(26739952),(27189478),(1716944),(26740269),(40739609),(26739531),(26740247),(26739861),(1568525),(26739635),(36640531),(28256420),(26739961),(26740325),(26740030),(20969330),(26739932),(1568248),(363139),(1715372),(26739900),(26739408),(1714950),(1567856),(26739467),(11366349),(1715779),(1716000),(1568439),(1714453),(1713909),(1714377),(26739393),(51194931),(2662461),(1715510),(1567284),(39669088),(11366305),(26739438),(5418662),(3406278),(26739502),(36640524),(1567525),(26739851),(26739398),(26739919),(40818577),(1715720),(1568077),(42724854),(1713102),(1568651),(26740242),(26739388),(26739910),(26739895),(42724832),(26739822),(26739413),(26739966),(1712703),(1716219),(1713696),(15468314),(26740330),(362789),(26740015),(1618699),(26740229),(26739876),(1716696),(1713989),(26740313),(10684008),(1712652),(362238),(10680500),(40695402),(1713759),(363159),(1713862),(363263),(1567618),(1713652),(1618672),(26740126),(26739792),(26739383),(42724838),(362272),(1714772),(1567553),(42769488),(36640521),(6173328),(1617940),(26740304),(362915),(26740035),(363102),(26739846),(1716637),(1712819),(26739866),(1568301),(26740309),(26739942),(1715485),(26739817),(40818571),(362414),(26740060),(36258298),(26740233),(42433218),(26739418),(1567091),(1711987),(1617964),(36640534),(1712994),(1568474),(26740000),(1567581),(26740210),(363505),(26740045),(362302),(1714423),(26739986),(2655626),(42724874),(2662512),(26739772),(26739991),(26740165),(1567748),(26739782),(10141050),(26739832),(26740175),(1617658),(1713829),(42682918),(42682901),(26740294),(41305644),(26740121),(1567028),(1567898),(26739373),(39338675),(363436),(26739378),(363560),(11365151),(26740112),(42724847),(1712145),(42478172),(1714881),(1715597),(1713496),(362224),(26739981),(26740299),(36640511),(26740130),(1714248),(363214),(26739447),(1713325),(10680223),(26739841),(1712283),(26740265),(2661877),(26739957),(1567186),(1714011),(10684637),(1713553),(1715325),(1567956),(26740150),(4608269),(362951),(26740205),(26739971),(26740140),(1715444),(26739403),(26739927),(1616740),(26740195),(1568208),(1567825),(26740025),(42682891),(1618898),(42769497),(26684353),(26740224),(26739890),(39126410),(1716720),(42724862),(1618763),(26739837),(29502930),(1715186),(363511),(1568396),(1715129),(42724868),(42682885),(1714298),(1715692),(36090619),(26739443),(26739546),(42769482),(362821),(26740070),(26740257),(42811912),(26740087),(1567972),(26740079),(28035682),(26740050),(1713138),(1713950),(1712323),(10680394),(45112981),(26740055),(362255),(32526079),(26740092),(1567017),(2663172)
doctrine
debug
SELECT dest_id, count(src_id) as accoCount
FROM `steiermark`.object_relations_8 daccorel
WHERE
dest_id IN (9610, 9793, 9667, 9739, 9804, 9625, 9609, 9707, 9782, 9619, 6120090, 9669, 9648, 3883218, 9665, 9628)
AND
src_id IN
(select id from `steiermark`.accoIdsTowns)
group by dest_id
doctrine
debug
DROP TABLE IF EXISTS `steiermark`.accoIdsTowns; DROP TABLE IF EXISTS `steiermark`.productIdsTowns;
Log messages generated during the compilation of the service container.
Messages
Class
1601
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener" (parent: .abstract.instanceof.Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener).
Resolving inheritance for "Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\DemiFrontendBundle\Twig\DemiTrackingExtension" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Twig\DemiTrackingExtension).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Twig\DemiTrackingExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\DemiFrontendBundle\Twig\DemiTrackingExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminTourController" (parent: .abstract.instanceof.App\Controller\Admin\AdminTourController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminTourController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminTourController).
Resolving inheritance for "App\Controller\Admin\AdminTourController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminTourController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArrivalController" (parent: .abstract.instanceof.App\Controller\ArrivalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArrivalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArrivalController).
Resolving inheritance for "App\Controller\ArrivalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArrivalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BToBController" (parent: .abstract.instanceof.App\Controller\BToBController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BToBController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BToBController).
Resolving inheritance for "App\Controller\BToBController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BToBController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BusController" (parent: .abstract.instanceof.App\Controller\BusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BusController).
Resolving inheritance for "App\Controller\BusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaActorsController" (parent: .abstract.instanceof.App\Controller\Cinestyria\CinestyriaActorsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaActorsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaActorsController).
Resolving inheritance for "App\Controller\Cinestyria\CinestyriaActorsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaActorsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaCompaniesController" (parent: .abstract.instanceof.App\Controller\Cinestyria\CinestyriaCompaniesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaCompaniesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaCompaniesController).
Resolving inheritance for "App\Controller\Cinestyria\CinestyriaCompaniesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaCompaniesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaController" (parent: .abstract.instanceof.App\Controller\Cinestyria\CinestyriaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaController).
Resolving inheritance for "App\Controller\Cinestyria\CinestyriaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaFormController" (parent: .abstract.instanceof.App\Controller\Cinestyria\CinestyriaFormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaFormController).
Resolving inheritance for "App\Controller\Cinestyria\CinestyriaFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaFormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaLocationsController" (parent: .abstract.instanceof.App\Controller\Cinestyria\CinestyriaLocationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaLocationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaLocationsController).
Resolving inheritance for "App\Controller\Cinestyria\CinestyriaLocationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaLocationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaTeamsController" (parent: .abstract.instanceof.App\Controller\Cinestyria\CinestyriaTeamsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaTeamsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaTeamsController).
Resolving inheritance for "App\Controller\Cinestyria\CinestyriaTeamsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaTeamsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommunityController" (parent: .abstract.instanceof.App\Controller\CommunityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommunityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommunityController).
Resolving inheritance for "App\Controller\CommunityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommunityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController" (parent: .abstract.instanceof.App\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController).
Resolving inheritance for "App\Controller\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConventionController" (parent: .abstract.instanceof.App\Controller\ConventionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConventionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConventionController).
Resolving inheritance for "App\Controller\ConventionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConventionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DownloadController" (parent: .abstract.instanceof.App\Controller\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DownloadController).
Resolving inheritance for "App\Controller\DownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EvalancheController" (parent: .abstract.instanceof.App\Controller\EvalancheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EvalancheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EvalancheController).
Resolving inheritance for "App\Controller\EvalancheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EvalancheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FEController" (parent: .abstract.instanceof.App\Controller\FEController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FEController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FEController).
Resolving inheritance for "App\Controller\FEController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FEController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormController" (parent: .abstract.instanceof.App\Controller\FormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormController).
Resolving inheritance for "App\Controller\FormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InteractiveMapController" (parent: .abstract.instanceof.App\Controller\InteractiveMapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InteractiveMapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InteractiveMapController).
Resolving inheritance for "App\Controller\InteractiveMapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InteractiveMapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MagazineController" (parent: .abstract.instanceof.App\Controller\MagazineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MagazineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MagazineController).
Resolving inheritance for "App\Controller\MagazineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MagazineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MudabaController" (parent: .abstract.instanceof.App\Controller\MudabaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MudabaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MudabaController).
Resolving inheritance for "App\Controller\MudabaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MudabaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackageController" (parent: .abstract.instanceof.App\Controller\PackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackageController).
Resolving inheritance for "App\Controller\PackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PimcoreExperiencePortalController" (parent: .abstract.instanceof.App\Controller\PimcoreExperiencePortalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PimcoreExperiencePortalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PimcoreExperiencePortalController).
Resolving inheritance for "App\Controller\PimcoreExperiencePortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PimcoreExperiencePortalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PressController" (parent: .abstract.instanceof.App\Controller\PressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PressController).
Resolving inheritance for "App\Controller\PressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceCompetitionController" (parent: .abstract.instanceof.App\Controller\PriceCompetitionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceCompetitionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceCompetitionController).
Resolving inheritance for "App\Controller\PriceCompetitionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceCompetitionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController" (parent: .abstract.instanceof.App\Controller\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController).
Resolving inheritance for "App\Controller\RedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RenderletController" (parent: .abstract.instanceof.App\Controller\RenderletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RenderletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RenderletController).
Resolving inheritance for "App\Controller\RenderletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RenderletController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SEO\LandingpageGeneratorController" (parent: .abstract.instanceof.App\Controller\SEO\LandingpageGeneratorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SEO\LandingpageGeneratorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SEO\LandingpageGeneratorController).
Resolving inheritance for "App\Controller\SEO\LandingpageGeneratorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SEO\LandingpageGeneratorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController" (parent: .abstract.instanceof.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController).
Resolving inheritance for "App\Controller\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TourController" (parent: .abstract.instanceof.App\Controller\TourController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TourController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TourController).
Resolving inheritance for "App\Controller\TourController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TourController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherController" (parent: .abstract.instanceof.App\Controller\WeatherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherController).
Resolving inheritance for "App\Controller\WeatherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebcamController" (parent: .abstract.instanceof.App\Controller\WebcamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebcamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebcamController).
Resolving inheritance for "App\Controller\WebcamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebcamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\YoungStyriaController" (parent: .abstract.instanceof.App\Controller\YoungStyriaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\YoungStyriaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\YoungStyriaController).
Resolving inheritance for "App\Controller\YoungStyriaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\YoungStyriaController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssingRegionToAssets" (parent: .abstract.instanceof.App\Command\AssingRegionToAssets).
Resolving inheritance for "App\Command\AssingRegionToAssets" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssingRegionToAssets).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BergfexImportCommand" (parent: .abstract.instanceof.App\Command\BergfexImportCommand).
Resolving inheritance for "App\Command\BergfexImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BergfexImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateContentScoreCommand" (parent: .abstract.instanceof.App\Command\CalculateContentScoreCommand).
Resolving inheritance for "App\Command\CalculateContentScoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateContentScoreCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CinestyriaCategoryImportCommand" (parent: .abstract.instanceof.App\Command\CinestyriaCategoryImportCommand).
Resolving inheritance for "App\Command\CinestyriaCategoryImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CinestyriaCategoryImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupSchladmingGrazFeratelInfrasEvents" (parent: .abstract.instanceof.App\Command\CleanupSchladmingGrazFeratelInfrasEvents).
Resolving inheritance for "App\Command\CleanupSchladmingGrazFeratelInfrasEvents" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupSchladmingGrazFeratelInfrasEvents).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CustomerCleanupCommand" (parent: .abstract.instanceof.App\Command\CustomerCleanupCommand).
Resolving inheritance for "App\Command\CustomerCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CustomerCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnrichDesklineAssetCommand" (parent: .abstract.instanceof.App\Command\EnrichDesklineAssetCommand).
Resolving inheritance for "App\Command\EnrichDesklineAssetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnrichDesklineAssetCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EvalancheSyncCommand" (parent: .abstract.instanceof.App\Command\EvalancheSyncCommand).
Resolving inheritance for "App\Command\EvalancheSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EvalancheSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GrazExportCommand" (parent: .abstract.instanceof.App\Command\GrazExportCommand).
Resolving inheritance for "App\Command\GrazExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GrazExportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GrazImportCommand" (parent: .abstract.instanceof.App\Command\GrazImportCommand).
Resolving inheritance for "App\Command\GrazImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GrazImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFeratelIdMappingCommand" (parent: .abstract.instanceof.App\Command\ImportFeratelIdMappingCommand).
Resolving inheritance for "App\Command\ImportFeratelIdMappingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFeratelIdMappingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportGeneralSolutionsToursCommand" (parent: .abstract.instanceof.App\Command\ImportGeneralSolutionsToursCommand).
Resolving inheritance for "App\Command\ImportGeneralSolutionsToursCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportGeneralSolutionsToursCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IterateDesklineAssetsCommand" (parent: .abstract.instanceof.App\Command\IterateDesklineAssetsCommand).
Resolving inheritance for "App\Command\IterateDesklineAssetsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IterateDesklineAssetsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MagazineSubscribersNotifyCommand" (parent: .abstract.instanceof.App\Command\MagazineSubscribersNotifyCommand).
Resolving inheritance for "App\Command\MagazineSubscribersNotifyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MagazineSubscribersNotifyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateTimeframerToReccuringDatesCommand" (parent: .abstract.instanceof.App\Command\MigrateTimeframerToReccuringDatesCommand).
Resolving inheritance for "App\Command\MigrateTimeframerToReccuringDatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateTimeframerToReccuringDatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PimcoreImportCommand" (parent: .abstract.instanceof.App\Command\PimcoreImportCommand).
Resolving inheritance for "App\Command\PimcoreImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PimcoreImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PoiImportCommand" (parent: .abstract.instanceof.App\Command\PoiImportCommand).
Resolving inheritance for "App\Command\PoiImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PoiImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveAutoRedirectsCommand" (parent: .abstract.instanceof.App\Command\RemoveAutoRedirectsCommand).
Resolving inheritance for "App\Command\RemoveAutoRedirectsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveAutoRedirectsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SaveObjectsCommand" (parent: .abstract.instanceof.App\Command\SaveObjectsCommand).
Resolving inheritance for "App\Command\SaveObjectsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SaveObjectsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SchladmingImportCommand" (parent: .abstract.instanceof.App\Command\SchladmingImportCommand).
Resolving inheritance for "App\Command\SchladmingImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SchladmingImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TmpCommand" (parent: .abstract.instanceof.App\Command\TmpCommand).
Resolving inheritance for "App\Command\TmpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TmpCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TypeaheadGenerateCommand" (parent: .abstract.instanceof.App\Command\TypeaheadGenerateCommand).
Resolving inheritance for "App\Command\TypeaheadGenerateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TypeaheadGenerateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WeatherImportCommand" (parent: .abstract.instanceof.App\Command\WeatherImportCommand).
Resolving inheritance for "App\Command\WeatherImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WeatherImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebcamImportCommand" (parent: .abstract.instanceof.App\Command\WebcamImportCommand).
Resolving inheritance for "App\Command\WebcamImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebcamImportCommand).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AlpsteinExtension" (parent: .abstract.instanceof.App\Twig\AlpsteinExtension).
Resolving inheritance for "App\Twig\AlpsteinExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AlpsteinExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DemiExtension" (parent: .abstract.instanceof.App\Twig\DemiExtension).
Resolving inheritance for "App\Twig\DemiExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DemiExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LayoutExtension" (parent: .abstract.instanceof.App\Twig\LayoutExtension).
Resolving inheritance for "App\Twig\LayoutExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LayoutExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LinkGenerator" (parent: .abstract.instanceof.App\Twig\LinkGenerator).
Resolving inheritance for "App\Twig\LinkGenerator" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LinkGenerator).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\NavigationExtension" (parent: .abstract.instanceof.App\Twig\NavigationExtension).
Resolving inheritance for "App\Twig\NavigationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\NavigationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ObjectExtension" (parent: .abstract.instanceof.App\Twig\ObjectExtension).
Resolving inheritance for "App\Twig\ObjectExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ObjectExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PressExtension" (parent: .abstract.instanceof.App\Twig\PressExtension).
Resolving inheritance for "App\Twig\PressExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PressExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RegionExtension" (parent: .abstract.instanceof.App\Twig\RegionExtension).
Resolving inheritance for "App\Twig\RegionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RegionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\RecaptchaExtension" (parent: .abstract.instanceof.App\Service\RecaptchaExtension).
Resolving inheritance for "App\Service\RecaptchaExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Service\RecaptchaExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\GlobalTemplateVariablesListener" (parent: .abstract.instanceof.App\EventListener\GlobalTemplateVariablesListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\EventListener\GlobalTemplateVariablesListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\GlobalTemplateVariablesListener).
Resolving inheritance for "App\EventListener\GlobalTemplateVariablesListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\EventListener\GlobalTemplateVariablesListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.pool.app" (parent: .abstract.instanceof.pimcore.cache.pool.app).
Resolving inheritance for "pimcore.cache.pool.app" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.pool.app).
Resolving inheritance for "cache.app" (parent: pimcore.cache.pool.app).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: pimcore.cache.pool.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: pimcore.cache.pool.app).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.redis_tag_aware" (parent: .abstract.instanceof.pimcore.cache.adapter.redis_tag_aware).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.redis_tag_aware" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.redis_tag_aware).
Resolving inheritance for "pimcore.cache.adapter.redis_tag_aware" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.redis_tag_aware).
Resolving inheritance for ".pimcore.cache.pool.inner" (parent: pimcore.cache.adapter.redis_tag_aware).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_core" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_maintenance" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_image_optimize" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.portal-engine-async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_data_import" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_search_backend" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_video_convert" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_asset_update_tasks" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.pimcore_admin_webdav" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.authentication.provider.dao.pimcore_admin_webdav" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.basic_entry_point.pimcore_admin_webdav" (parent: security.authentication.basic_entry_point).
Resolving inheritance for "security.authentication.listener.basic.pimcore_admin_webdav" (parent: security.authentication.listener.basic).
Resolving inheritance for "security.exception_listener.pimcore_admin_webdav" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.pimcore_admin_webdav" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.pimcore_admin" (parent: security.firewall.config).
Resolving inheritance for "security.logout_listener.pimcore_admin" (parent: security.logout_listener).
Resolving inheritance for "security.authentication.provider.guard.pimcore_admin" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.pimcore_admin" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.firewall_config.two_factor.pimcore_admin" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authentication.success_handler.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.failure_handler).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.kernel_exception_listener).
Resolving inheritance for "security.authentication.access_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.access_listener).
Resolving inheritance for "security.authentication.form_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.form_listener).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.provider.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.provider).
Resolving inheritance for "security.authentication.listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.listener).
Resolving inheritance for "security.authentication.listener.anonymous.pimcore_admin" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.pimcore_admin" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.pimcore_admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.pimcore_admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.portal_engine" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.portal_engine" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.portal_engine" (parent: security.logout.listener.default).
Resolving inheritance for "security.authentication.provider.guard.portal_engine" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.portal_engine" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.authentication.provider.rememberme.portal_engine" (parent: security.authentication.provider.rememberme).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.portal_engine" (parent: security.authentication.rememberme.services.simplehash).
Resolving inheritance for "security.authentication.listener.rememberme.portal_engine" (parent: security.authentication.listener.rememberme).
Resolving inheritance for "security.authentication.listener.anonymous.portal_engine" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.portal_engine" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.portal_engine" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.portal_engine" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.cmf_webservice" (parent: security.firewall.config).
Resolving inheritance for "security.authentication.provider.guard.cmf_webservice" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.cmf_webservice" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.exception_listener.cmf_webservice" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.cmf_webservice" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.demi_vacancies_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.demi_vacancies" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.demi_vacancies_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.demi_vacancies_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.portal_engine_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.portal_engine_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.portal_engine_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.pimcore_direct_edit_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.pimcore_direct_edit_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.pimcore_direct_edit_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.statistics_explorer_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.statistics_explorer_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.statistics_explorer_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" (parent: .abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer).
Resolving inheritance for "Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" (parent: .abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer).
Resolving inheritance for "Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.newsletter.address_source_adapter.factories" (parent: .abstract.instanceof.pimcore.newsletter.address_source_adapter.factories).
Resolving inheritance for "pimcore.newsletter.address_source_adapter.factories" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.newsletter.address_source_adapter.factories).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.custom_report.adapter.factories" (parent: .abstract.instanceof.pimcore.custom_report.adapter.factories).
Resolving inheritance for "pimcore.custom_report.adapter.factories" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.custom_report.adapter.factories).
Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory" (parent: .abstract.instanceof.Symfony\Component\Lock\LockFactory).
Resolving inheritance for "Symfony\Component\Lock\LockFactory" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" (parent: .abstract.instanceof.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber).
Resolving inheritance for "Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber" (parent: .abstract.instanceof.Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber).
Resolving inheritance for "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\Staticroute\Router" (parent: .abstract.instanceof.Pimcore\Routing\Staticroute\Router).
Resolving inheritance for "Pimcore\Routing\Staticroute\Router" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\Staticroute\Router).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\RedirectHandler" (parent: .abstract.instanceof.Pimcore\Routing\RedirectHandler).
Resolving inheritance for "Pimcore\Routing\RedirectHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\RedirectHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotificationSubscriber" (parent: .abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotificationSubscriber).
Resolving inheritance for "Pimcore\Workflow\EventSubscriber\NotificationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotificationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotesSubscriber" (parent: .abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotesSubscriber).
Resolving inheritance for "Pimcore\Workflow\EventSubscriber\NotesSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotesSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" (parent: .abstract.instanceof.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber).
Resolving inheritance for "Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb" (parent: .abstract.instanceof.Pimcore\Log\Handler\ApplicationLoggerDb).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb" (parent: .instanceof.Monolog\ResettableInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb).
Resolving inheritance for "Pimcore\Log\Handler\ApplicationLoggerDb" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Http\Request\Resolver\EditmodeResolver" (parent: .abstract.instanceof.Pimcore\Http\Request\Resolver\EditmodeResolver).
Resolving inheritance for "Pimcore\Http\Request\Resolver\EditmodeResolver" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Http\Request\Resolver\EditmodeResolver).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Translation\Translator" (parent: .abstract.instanceof.Pimcore\Translation\Translator).
Resolving inheritance for "Pimcore\Translation\Translator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Translation\Translator).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" (parent: .abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver).
Resolving inheritance for "Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" (parent: .abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver).
Resolving inheritance for "Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" (parent: .abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver).
Resolving inheritance for "Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Document\Editable\EditableHandler" (parent: .abstract.instanceof.Pimcore\Document\Editable\EditableHandler).
Resolving inheritance for "Pimcore\Document\Editable\EditableHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Document\Editable\EditableHandler).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.document.areabrick.brick_locator" (parent: .abstract.instanceof.pimcore.document.areabrick.brick_locator).
Resolving inheritance for "pimcore.document.areabrick.brick_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.document.areabrick.brick_locator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\UUIDListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\UUIDListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\UUIDListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\UUIDListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Templating\Renderer\EditableRenderer" (parent: .abstract.instanceof.Pimcore\Templating\Renderer\EditableRenderer).
Resolving inheritance for "Pimcore\Templating\Renderer\EditableRenderer" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Templating\Renderer\EditableRenderer).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.templating.navigation.renderer_locator" (parent: .abstract.instanceof.pimcore.templating.navigation.renderer_locator).
Resolving inheritance for "pimcore.templating.navigation.renderer_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.templating.navigation.renderer_locator).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.analytics.google.fallback_service_locator" (parent: .abstract.instanceof.pimcore.analytics.google.fallback_service_locator).
Resolving inheritance for "pimcore.analytics.google.fallback_service_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.analytics.google.fallback_service_locator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Sitemap\EventListener\SitemapGeneratorListener" (parent: .abstract.instanceof.Pimcore\Sitemap\EventListener\SitemapGeneratorListener).
Resolving inheritance for "Pimcore\Sitemap\EventListener\SitemapGeneratorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Sitemap\EventListener\SitemapGeneratorListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ExtJSCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ExtJSCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ExtJSCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ExtJSCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.null_tag_aware" (parent: .abstract.instanceof.pimcore.cache.adapter.null_tag_aware).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.null_tag_aware" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.null_tag_aware).
Resolving inheritance for "pimcore.cache.adapter.null_tag_aware" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.null_tag_aware).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo" (parent: .abstract.instanceof.pimcore.cache.adapter.pdo).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo).
Resolving inheritance for "pimcore.cache.adapter.pdo" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo_tag_aware" (parent: .abstract.instanceof.pimcore.cache.adapter.pdo_tag_aware).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo_tag_aware" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo_tag_aware).
Resolving inheritance for "pimcore.cache.adapter.pdo_tag_aware" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo_tag_aware).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\CoreCacheHandler" (parent: .abstract.instanceof.Pimcore\Cache\Core\CoreCacheHandler).
Resolving inheritance for "Pimcore\Cache\Core\CoreCacheHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\CoreCacheHandler).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\WriteLock" (parent: .abstract.instanceof.Pimcore\Cache\Core\WriteLock).
Resolving inheritance for "Pimcore\Cache\Core\WriteLock" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\WriteLock).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\TargetingListener" (parent: .abstract.instanceof.Pimcore\Targeting\EventListener\TargetingListener).
Resolving inheritance for "Pimcore\Targeting\EventListener\TargetingListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\TargetingListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\DocumentTargetGroupListener" (parent: .abstract.instanceof.Pimcore\Targeting\EventListener\DocumentTargetGroupListener).
Resolving inheritance for "Pimcore\Targeting\EventListener\DocumentTargetGroupListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\DocumentTargetGroupListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener" (parent: .abstract.instanceof.Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener).
Resolving inheritance for "Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\VisitedPagesCountListener" (parent: .abstract.instanceof.Pimcore\Targeting\EventListener\VisitedPagesCountListener).
Resolving inheritance for "Pimcore\Targeting\EventListener\VisitedPagesCountListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\VisitedPagesCountListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\ToolbarListener" (parent: .abstract.instanceof.Pimcore\Targeting\EventListener\ToolbarListener).
Resolving inheritance for "Pimcore\Targeting\EventListener\ToolbarListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\ToolbarListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HelpersExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\HelpersExtension).
Resolving inheritance for "Pimcore\Twig\Extension\HelpersExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HelpersExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentEditableExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DocumentEditableExtension).
Resolving inheritance for "Pimcore\Twig\Extension\DocumentEditableExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentEditableExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\SubrequestExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\SubrequestExtension).
Resolving inheritance for "Pimcore\Twig\Extension\SubrequestExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\SubrequestExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreObjectExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\PimcoreObjectExtension).
Resolving inheritance for "Pimcore\Twig\Extension\PimcoreObjectExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreObjectExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreToolExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\PimcoreToolExtension).
Resolving inheritance for "Pimcore\Twig\Extension\PimcoreToolExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreToolExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\NavigationExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\NavigationExtension).
Resolving inheritance for "Pimcore\Twig\Extension\NavigationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\NavigationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\GlossaryExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\GlossaryExtension).
Resolving inheritance for "Pimcore\Twig\Extension\GlossaryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\GlossaryExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HeaderExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\HeaderExtension).
Resolving inheritance for "Pimcore\Twig\Extension\HeaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HeaderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetCompressExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\AssetCompressExtension).
Resolving inheritance for "Pimcore\Twig\Extension\AssetCompressExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetCompressExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\WebsiteConfigExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\WebsiteConfigExtension).
Resolving inheritance for "Pimcore\Twig\Extension\WebsiteConfigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\WebsiteConfigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DumpExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DumpExtension).
Resolving inheritance for "Pimcore\Twig\Extension\DumpExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DumpExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\CacheExtension).
Resolving inheritance for "Pimcore\Twig\Extension\CacheExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\PimcoreUrl" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\PimcoreUrl).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\PimcoreUrl" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\PimcoreUrl).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadLink" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadLink).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadLink" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadLink).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadMeta" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadMeta).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadMeta" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadMeta).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadScript" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadScript).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadScript" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadScript).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadStyle" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadStyle).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadStyle" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadStyle).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadTitle" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadTitle).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadTitle" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadTitle).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Inc" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Inc).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\Inc" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Inc).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\InlineScript" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\InlineScript).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\InlineScript" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\InlineScript).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Navigation" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Navigation).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\Navigation" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Navigation).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\Placeholder" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetHelperExtensions" (parent: .abstract.instanceof.Pimcore\Twig\Extension\AssetHelperExtensions).
Resolving inheritance for "Pimcore\Twig\Extension\AssetHelperExtensions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetHelperExtensions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DataObjectHelperExtensions" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DataObjectHelperExtensions).
Resolving inheritance for "Pimcore\Twig\Extension\DataObjectHelperExtensions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DataObjectHelperExtensions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentHelperExtensions" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DocumentHelperExtensions).
Resolving inheritance for "Pimcore\Twig\Extension\DocumentHelperExtensions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentHelperExtensions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\ImageThumbnailExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\ImageThumbnailExtension).
Resolving inheritance for "Pimcore\Twig\Extension\ImageThumbnailExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\ImageThumbnailExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\DeferredExtension\DeferredExtension" (parent: .abstract.instanceof.Twig\DeferredExtension\DeferredExtension).
Resolving inheritance for "Twig\DeferredExtension\DeferredExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\DeferredExtension\DeferredExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension" (parent: .abstract.instanceof.Twig\Extra\String\StringExtension).
Resolving inheritance for "Twig\Extra\String\StringExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AdminExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\AdminExtension).
Resolving inheritance for "Pimcore\Twig\Extension\AdminExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AdminExtension).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator).
Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects).
Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets).
Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail).
Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\ProcessManagerBundle\Command\ClassMethodExecutorCommand" (parent: .abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Command\ClassMethodExecutorCommand).
Resolving inheritance for "Elements\Bundle\ProcessManagerBundle\Command\ClassMethodExecutorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\ProcessManagerBundle\Command\ClassMethodExecutorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\ProcessManagerBundle\Command\MaintenanceCommand" (parent: .abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Command\MaintenanceCommand).
Resolving inheritance for "Elements\Bundle\ProcessManagerBundle\Command\MaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\ProcessManagerBundle\Command\MaintenanceCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\CallbackSettingsController" (parent: .abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Controller\CallbackSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\CallbackSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\CallbackSettingsController).
Resolving inheritance for "Elements\Bundle\ProcessManagerBundle\Controller\CallbackSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\CallbackSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\ConfigController" (parent: .abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\ConfigController).
Resolving inheritance for "Elements\Bundle\ProcessManagerBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\IndexController" (parent: .abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\IndexController).
Resolving inheritance for "Elements\Bundle\ProcessManagerBundle\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\MonitoringItemController" (parent: .abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Controller\MonitoringItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\MonitoringItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\MonitoringItemController).
Resolving inheritance for "Elements\Bundle\ProcessManagerBundle\Controller\MonitoringItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\MonitoringItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\RestController" (parent: .abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Controller\RestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\RestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\RestController).
Resolving inheritance for "Elements\Bundle\ProcessManagerBundle\Controller\RestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\RestController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\SystemEventsListener" (parent: .abstract.instanceof.Elements\Bundle\ProcessManagerBundle\SystemEventsListener).
Resolving inheritance for "Elements\Bundle\ProcessManagerBundle\SystemEventsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\SystemEventsListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\AreaBrickExtension" (parent: .abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\AreaBrickExtension).
Resolving inheritance for "Elements\Bundle\CmsToolsBundle\Twig\AreaBrickExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\AreaBrickExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\CmsToolsHelperExtension" (parent: .abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\CmsToolsHelperExtension).
Resolving inheritance for "Elements\Bundle\CmsToolsBundle\Twig\CmsToolsHelperExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\CmsToolsHelperExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\AddBreadcrumbExtension" (parent: .abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\AddBreadcrumbExtension).
Resolving inheritance for "Elements\Bundle\CmsToolsBundle\Twig\AddBreadcrumbExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\AddBreadcrumbExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\ElementsLayoutExtension" (parent: .abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\ElementsLayoutExtension).
Resolving inheritance for "Elements\Bundle\CmsToolsBundle\Twig\ElementsLayoutExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\ElementsLayoutExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\GetAssetExtension" (parent: .abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\GetAssetExtension).
Resolving inheritance for "Elements\Bundle\CmsToolsBundle\Twig\GetAssetExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\GetAssetExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\CarbonExtension" (parent: .abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\CarbonExtension).
Resolving inheritance for "Elements\Bundle\CmsToolsBundle\Twig\CarbonExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\CarbonExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\StaticHelperExtension" (parent: .abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\StaticHelperExtension).
Resolving inheritance for "Elements\Bundle\CmsToolsBundle\Twig\StaticHelperExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\StaticHelperExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension" (parent: .abstract.instanceof.Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension).
Resolving inheritance for "Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener" (parent: .abstract.instanceof.Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener).
Resolving inheritance for "Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\IndexController" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\IndexController).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\MdController" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Controller\MdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\MdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\MdController).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Controller\MdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\MdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\SearchController" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\SearchController).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\StateController" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Controller\StateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\StateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\StateController).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Controller\StateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\StateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\TagsController" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Controller\TagsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\TagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\TagsController).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Controller\TagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\TagsController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\DoNotTouchExtension" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\DoNotTouchExtension).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Twig\Extension\DoNotTouchExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\DoNotTouchExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\EmailPatternExtension" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\EmailPatternExtension).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Twig\Extension\EmailPatternExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\EmailPatternExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\ImgExtension" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\ImgExtension).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Twig\Extension\ImgExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\ImgExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\JsonPatternExtension" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\JsonPatternExtension).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Twig\Extension\JsonPatternExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\JsonPatternExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\LayoutExtension" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\LayoutExtension).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Twig\Extension\LayoutExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\LayoutExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\NavigationExtension" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\NavigationExtension).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Twig\Extension\NavigationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\NavigationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\PatternExtension" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\PatternExtension).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\Twig\Extension\PatternExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\PatternExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber" (parent: .abstract.instanceof.Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber).
Resolving inheritance for "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController" (parent: .abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController).
Resolving inheritance for "Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\AssetExtension" (parent: .abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Twig\AssetExtension).
Resolving inheritance for "Elements\Bundle\JsonLdReloadedBundle\Twig\AssetExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\AssetExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\DemiExtension" (parent: .abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Twig\DemiExtension).
Resolving inheritance for "Elements\Bundle\JsonLdReloadedBundle\Twig\DemiExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\DemiExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\Extension" (parent: .abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Twig\Extension).
Resolving inheritance for "Elements\Bundle\JsonLdReloadedBundle\Twig\Extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\Extension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\JsonLdExtension" (parent: .abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Twig\JsonLdExtension).
Resolving inheritance for "Elements\Bundle\JsonLdReloadedBundle\Twig\JsonLdExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\JsonLdExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\TagExtension" (parent: .abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Twig\TagExtension).
Resolving inheritance for "Elements\Bundle\JsonLdReloadedBundle\Twig\TagExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\TagExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\JsonLdReloadedBundle\EventSubscriber\TemplateSubscriber" (parent: .abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\EventSubscriber\TemplateSubscriber).
Resolving inheritance for "Elements\Bundle\JsonLdReloadedBundle\EventSubscriber\TemplateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\JsonLdReloadedBundle\EventSubscriber\TemplateSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\ErrorPageBundle\Command\InstallTranslationsCommand" (parent: .abstract.instanceof.Elements\Bundle\ErrorPageBundle\Command\InstallTranslationsCommand).
Resolving inheritance for "Elements\Bundle\ErrorPageBundle\Command\InstallTranslationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\ErrorPageBundle\Command\InstallTranslationsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController" (parent: .abstract.instanceof.Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController).
Resolving inheritance for "Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener).
Resolving inheritance for "Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand).
Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController).
Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController).
Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController).
Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\BreadcrumbHelperBundle\Twig\Extension\BreadcrumbHelperExtension" (parent: .abstract.instanceof.Elements\Bundle\BreadcrumbHelperBundle\Twig\Extension\BreadcrumbHelperExtension).
Resolving inheritance for "Elements\Bundle\BreadcrumbHelperBundle\Twig\Extension\BreadcrumbHelperExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\BreadcrumbHelperBundle\Twig\Extension\BreadcrumbHelperExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\BreadcrumbHelperBundle\Command\InstallTranslationsCommand" (parent: .abstract.instanceof.Elements\Bundle\BreadcrumbHelperBundle\Command\InstallTranslationsCommand).
Resolving inheritance for "Elements\Bundle\BreadcrumbHelperBundle\Command\InstallTranslationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\BreadcrumbHelperBundle\Command\InstallTranslationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\CacheHelperBundle\EventListener\SeoHelperListener" (parent: .abstract.instanceof.Elements\Bundle\CacheHelperBundle\EventListener\SeoHelperListener).
Resolving inheritance for "Elements\Bundle\CacheHelperBundle\EventListener\SeoHelperListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\CacheHelperBundle\EventListener\SeoHelperListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\CacheHelperBundle\EventListener\DocumentListener" (parent: .abstract.instanceof.Elements\Bundle\CacheHelperBundle\EventListener\DocumentListener).
Resolving inheritance for "Elements\Bundle\CacheHelperBundle\EventListener\DocumentListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\CacheHelperBundle\EventListener\DocumentListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CacheHelperBundle\Templating\CacheHelper" (parent: .abstract.instanceof.Elements\Bundle\CacheHelperBundle\Templating\CacheHelper).
Resolving inheritance for "Elements\Bundle\CacheHelperBundle\Templating\CacheHelper" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CacheHelperBundle\Templating\CacheHelper).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CacheHelperBundle\Twig\Extension\CacheHelperExtension" (parent: .abstract.instanceof.Elements\Bundle\CacheHelperBundle\Twig\Extension\CacheHelperExtension).
Resolving inheritance for "Elements\Bundle\CacheHelperBundle\Twig\Extension\CacheHelperExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CacheHelperBundle\Twig\Extension\CacheHelperExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\CookieBarBundle\Controller\DefaultController" (parent: .abstract.instanceof.Elements\Bundle\CookieBarBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\CookieBarBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\CookieBarBundle\Controller\DefaultController).
Resolving inheritance for "Elements\Bundle\CookieBarBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\CookieBarBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CookieBarBundle\Twig\CookieBarExtension" (parent: .abstract.instanceof.Elements\Bundle\CookieBarBundle\Twig\CookieBarExtension).
Resolving inheritance for "Elements\Bundle\CookieBarBundle\Twig\CookieBarExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CookieBarBundle\Twig\CookieBarExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\CookieBarBundle\Command\InstallTranslationsCommand" (parent: .abstract.instanceof.Elements\Bundle\CookieBarBundle\Command\InstallTranslationsCommand).
Resolving inheritance for "Elements\Bundle\CookieBarBundle\Command\InstallTranslationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\CookieBarBundle\Command\InstallTranslationsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController" (parent: .abstract.instanceof.Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController).
Resolving inheritance for "Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\AlpsteinBundle\Command\CategoryImagesCommand" (parent: .abstract.instanceof.Elements\Bundle\AlpsteinBundle\Command\CategoryImagesCommand).
Resolving inheritance for "Elements\Bundle\AlpsteinBundle\Command\CategoryImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\AlpsteinBundle\Command\CategoryImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\AlpsteinBundle\Command\ImportCommand" (parent: .abstract.instanceof.Elements\Bundle\AlpsteinBundle\Command\ImportCommand).
Resolving inheritance for "Elements\Bundle\AlpsteinBundle\Command\ImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\AlpsteinBundle\Command\ImportCommand).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\AlpsteinBundle\Twig\PoiExtension" (parent: .abstract.instanceof.Elements\Bundle\AlpsteinBundle\Twig\PoiExtension).
Resolving inheritance for "Elements\Bundle\AlpsteinBundle\Twig\PoiExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\AlpsteinBundle\Twig\PoiExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController" (parent: .abstract.instanceof.Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController).
Resolving inheritance for "Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\UniversalLicenseBundle\Command\InstallCCLicensesCommand" (parent: .abstract.instanceof.Elements\Bundle\UniversalLicenseBundle\Command\InstallCCLicensesCommand).
Resolving inheritance for "Elements\Bundle\UniversalLicenseBundle\Command\InstallCCLicensesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\UniversalLicenseBundle\Command\InstallCCLicensesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\CreateInsuranceCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\CreateInsuranceCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\CreateInsuranceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\CreateInsuranceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\CreateProcessManagerAdminRoleCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\CreateProcessManagerAdminRoleCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\CreateProcessManagerAdminRoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\CreateProcessManagerAdminRoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\CreateSyncUserCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\CreateSyncUserCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\CreateSyncUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\CreateSyncUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\DeleteOrdersCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\DeleteOrdersCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\DeleteOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\DeleteOrdersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\CreateAccommodationTypesCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\CreateAccommodationTypesCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\CreateAccommodationTypesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\CreateAccommodationTypesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\ImportSpecificCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\ImportSpecificCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\ImportSpecificCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\ImportSpecificCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\MarkDummyAccosCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\MarkDummyAccosCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\MarkDummyAccosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\MarkDummyAccosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\ReadTransactionsCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\ReadTransactionsCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\ReadTransactionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\ReadTransactionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SetupMealTypesCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SetupMealTypesCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\SetupMealTypesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SetupMealTypesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SetupOtherStarsCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SetupOtherStarsCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\SetupOtherStarsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SetupOtherStarsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SetupStarsCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SetupStarsCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\SetupStarsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SetupStarsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncBookingsCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SyncBookingsCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\SyncBookingsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncBookingsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SyncCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\SyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncLastChangedCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SyncLastChangedCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\SyncLastChangedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncLastChangedCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncSalesChannelCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SyncSalesChannelCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\SyncSalesChannelCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncSalesChannelCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\TvbImportCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\TvbImportCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\TvbImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\TvbImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedAssetsCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedAssetsCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedAssetsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedAssetsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedObjectsCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedObjectsCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedObjectsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedObjectsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\UpdateEventsPropagationCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\UpdateEventsPropagationCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\UpdateEventsPropagationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\UpdateEventsPropagationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\VacancySyncCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\VacancySyncCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Deskline\VacancySyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\VacancySyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\EnrichEcommerceClassesCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\EnrichEcommerceClassesCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\EnrichEcommerceClassesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\EnrichEcommerceClassesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportClassCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\ExportClassCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\ExportClassCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportClassCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportFieldcollectionCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\ExportFieldcollectionCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\ExportFieldcollectionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportFieldcollectionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportObjectbrickCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\ExportObjectbrickCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\ExportObjectbrickCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportObjectbrickCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportThumbnailCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\ExportThumbnailCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\ExportThumbnailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportThumbnailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GenerateCoordinatesForTownsCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\GenerateCoordinatesForTownsCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\GenerateCoordinatesForTownsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GenerateCoordinatesForTownsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GenerateRedirectMappingFileCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\GenerateRedirectMappingFileCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\GenerateRedirectMappingFileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GenerateRedirectMappingFileCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GenerateSitemapCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\GenerateSitemapCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\GenerateSitemapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GenerateSitemapCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GoogleTranslateCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\GoogleTranslateCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\GoogleTranslateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GoogleTranslateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportClassesCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\ImportClassesCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\ImportClassesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportClassesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportFacilityGroupIconsCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\ImportFacilityGroupIconsCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\ImportFacilityGroupIconsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportFacilityGroupIconsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportFieldcollectionsCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\ImportFieldcollectionsCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\ImportFieldcollectionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportFieldcollectionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportObjectbricksCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\ImportObjectbricksCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\ImportObjectbricksCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportObjectbricksCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportThumbnailsCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\ImportThumbnailsCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\ImportThumbnailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportThumbnailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\InitProcessManagerCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\InitProcessManagerCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\InitProcessManagerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\InitProcessManagerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Liftopia\ImportTickets" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\Liftopia\ImportTickets).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Liftopia\ImportTickets" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Liftopia\ImportTickets).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\LogRotateCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\LogRotateCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\LogRotateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\LogRotateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\TrustYouImportCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\TrustYouImportCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\TrustYouImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\TrustYouImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\TypeaheadGenerateCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\TypeaheadGenerateCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\TypeaheadGenerateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\TypeaheadGenerateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\UninstallCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\UninstallCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\UninstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\UninstallCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\UnpublishTestOrdersCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\UnpublishTestOrdersCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\UnpublishTestOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\UnpublishTestOrdersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\UpgradeCommand" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Command\UpgradeCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\UpgradeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\UpgradeCommand).
Resolving inheritance for "Elements\Bundle\DemiBundle\Command\Liftopia\AbstractLiftopiaCommand" (parent: Elements\Bundle\DemiBundle\Command\AbstractDemiCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiBundle\Controller\DocumentationController" (parent: .abstract.instanceof.Elements\Bundle\DemiBundle\Controller\DocumentationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiBundle\Controller\DocumentationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiBundle\Controller\DocumentationController).
Resolving inheritance for "Elements\Bundle\DemiBundle\Controller\DocumentationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiBundle\Controller\DocumentationController).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.Elements\Demi\Logger\DemiStreamHandler" (parent: .abstract.instanceof.Elements\Demi\Logger\DemiStreamHandler).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.Elements\Demi\Logger\DemiStreamHandler" (parent: .instanceof.Monolog\ResettableInterface.0.Elements\Demi\Logger\DemiStreamHandler).
Resolving inheritance for "Elements\Demi\Logger\DemiStreamHandler" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.Elements\Demi\Logger\DemiStreamHandler).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Elements\Demi\EcommerceFramework\Checkout\Order\CommitOrderProcessor" (parent: .abstract.instanceof.Elements\Demi\EcommerceFramework\Checkout\Order\CommitOrderProcessor).
Resolving inheritance for "Elements\Demi\EcommerceFramework\Checkout\Order\CommitOrderProcessor" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Elements\Demi\EcommerceFramework\Checkout\Order\CommitOrderProcessor).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch7" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Input" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRange" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRangeSelection" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Select" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectClassificationStoreAttributes" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRange" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRangeSelection" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\Select" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber" (parent: .abstract.instanceof.Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber).
Resolving inheritance for "Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand).
Resolving inheritance for "pimcore_ecommerce.cart_manager.demi" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager).
Resolving inheritance for "pimcore_ecommerce.cart_manager.demi" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartFactory).
Resolving inheritance for "pimcore_ecommerce.cart_manager.demi" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceCalculatorFactory).
Resolving inheritance for "pimcore_ecommerce.cart_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager).
Resolving inheritance for "pimcore_ecommerce.cart_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartFactory).
Resolving inheritance for "pimcore_ecommerce.cart_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceCalculatorFactory).
Resolving inheritance for "pimcore_ecommerce.order_manager.demi" (parent: Elements\Demi\EcommerceFramework\Checkout\Order\OrderManager).
Resolving inheritance for "pimcore_ecommerce.order_manager.demi" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory).
Resolving inheritance for "pimcore_ecommerce.order_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager).
Resolving inheritance for "pimcore_ecommerce.order_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory).
Resolving inheritance for "pimcore_ecommerce.pricing_manager.demi" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager).
Resolving inheritance for "pimcore_ecommerce.pricing_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager).
Resolving inheritance for "pimcore_ecommerce.checkout_manager.demi.commit_order_processor" (parent: Elements\Demi\EcommerceFramework\Checkout\Order\CommitOrderProcessor).
Resolving inheritance for "pimcore_ecommerce.checkout_manager.demi.factory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory).
Resolving inheritance for "pimcore_ecommerce.checkout_manager.default.commit_order_processor" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor).
Resolving inheritance for "pimcore_ecommerce.checkout_manager.default.factory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory).
Resolving inheritance for "pimcore_ecommerce.payment_manager.provider.datatrans" (parent: Elements\Demi\EcommerceFramework\Checkout\Payment\Mode\Datatrans).
Resolving inheritance for "pimcore_ecommerce.payment_manager.provider.stripe" (parent: Elements\Demi\EcommerceFramework\Checkout\Payment\Mode\Stripe).
Resolving inheritance for "pimcore_ecommerce.index_service.default.config" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql).
Resolving inheritance for "pimcore_ecommerce.index_service.default.worker" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql).
Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterService).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\CronTriggerCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\CronTriggerCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\CronTriggerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\CronTriggerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\MaintenanceCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\MaintenanceCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\MaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\MaintenanceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand).
Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers).
Resolving inheritance for "CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\HelperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\HelperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\RulesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\RulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore.event_listener.frontend.activity_url_tracker" (parent: .abstract.instanceof.pimcore.event_listener.frontend.activity_url_tracker).
Resolving inheritance for "pimcore.event_listener.frontend.activity_url_tracker" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore.event_listener.frontend.activity_url_tracker).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener).
Resolving inheritance for "CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener).
Resolving inheritance for "CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator).
Resolving inheritance for "CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Newsletter\Command\NewsletterSyncCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Newsletter\Command\NewsletterSyncCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Newsletter\Command\NewsletterSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Newsletter\Command\NewsletterSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" (parent: .abstract.instanceof.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController).
Resolving inheritance for "Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\GoogleCseBundle\Controller\CseController" (parent: .abstract.instanceof.Elements\Bundle\GoogleCseBundle\Controller\CseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\GoogleCseBundle\Controller\CseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\GoogleCseBundle\Controller\CseController).
Resolving inheritance for "Elements\Bundle\GoogleCseBundle\Controller\CseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\GoogleCseBundle\Controller\CseController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\GoogleCseBundle\Twig\CseTemplateExtension" (parent: .abstract.instanceof.Elements\Bundle\GoogleCseBundle\Twig\CseTemplateExtension).
Resolving inheritance for "Elements\Bundle\GoogleCseBundle\Twig\CseTemplateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\GoogleCseBundle\Twig\CseTemplateExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\GoogleCseBundle\Command\InstallTranslationsCommand" (parent: .abstract.instanceof.Elements\Bundle\GoogleCseBundle\Command\InstallTranslationsCommand).
Resolving inheritance for "Elements\Bundle\GoogleCseBundle\Command\InstallTranslationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\GoogleCseBundle\Command\InstallTranslationsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController" (parent: .abstract.instanceof.Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController).
Resolving inheritance for "Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController" (parent: .abstract.instanceof.Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController).
Resolving inheritance for "Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DirectEditBundle\Controller\ClientController" (parent: .abstract.instanceof.Pimcore\Bundle\DirectEditBundle\Controller\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DirectEditBundle\Controller\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DirectEditBundle\Controller\ClientController).
Resolving inheritance for "Pimcore\Bundle\DirectEditBundle\Controller\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DirectEditBundle\Controller\ClientController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DirectEditBundle\Command\CleanupCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DirectEditBundle\Command\CleanupCommand).
Resolving inheritance for "Pimcore\Bundle\DirectEditBundle\Command\CleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DirectEditBundle\Command\CleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\AssetMetadataClassDefinitionsBundle\Command\MigrateToCustomSettingsCommand" (parent: .abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Command\MigrateToCustomSettingsCommand).
Resolving inheritance for "Pimcore\AssetMetadataClassDefinitionsBundle\Command\MigrateToCustomSettingsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\AssetMetadataClassDefinitionsBundle\Command\MigrateToCustomSettingsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand" (parent: .abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand).
Resolving inheritance for "Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController" (parent: .abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController).
Resolving inheritance for "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController" (parent: .abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController).
Resolving inheritance for "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore_asset_metadata_classdefinitions.event_listener.main_listener" (parent: .abstract.instanceof.pimcore_asset_metadata_classdefinitions.event_listener.main_listener).
Resolving inheritance for "pimcore_asset_metadata_classdefinitions.event_listener.main_listener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore_asset_metadata_classdefinitions.event_listener.main_listener).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.asset.search_index_field_definition_locator" (parent: .abstract.instanceof.pimcore.portal_engine.asset.search_index_field_definition_locator).
Resolving inheritance for "pimcore.portal_engine.asset.search_index_field_definition_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.asset.search_index_field_definition_locator).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.rest_api_metadata_definition_locator" (parent: .abstract.instanceof.pimcore.portal_engine.rest_api_metadata_definition_locator).
Resolving inheritance for "pimcore.portal_engine.rest_api_metadata_definition_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.rest_api_metadata_definition_locator).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.rest_api_field_definition_locator" (parent: .abstract.instanceof.pimcore.portal_engine.rest_api_field_definition_locator).
Resolving inheritance for "pimcore.portal_engine.rest_api_field_definition_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.rest_api_field_definition_locator).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.object.search_index_field_definition_locator" (parent: .abstract.instanceof.pimcore.portal_engine.object.search_index_field_definition_locator).
Resolving inheritance for "pimcore.portal_engine.object.search_index_field_definition_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.object.search_index_field_definition_locator).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.data-pool-service-locator" (parent: .abstract.instanceof.pimcore.portal_engine.data-pool-service-locator).
Resolving inheritance for "pimcore.portal_engine.data-pool-service-locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.data-pool-service-locator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\SizeEstimationCommand" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\SizeEstimationCommand).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Command\SizeEstimationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\SizeEstimationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexRecreateCommand" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexRecreateCommand).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexRecreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexRecreateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexUpdateCommand" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexUpdateCommand).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\ProcessIndexQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\Update\ProcessIndexQueueCommand).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Command\Update\ProcessIndexQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\ProcessIndexQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\UpdateFrontendBuildCommand" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\Update\UpdateFrontendBuildCommand).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Command\Update\UpdateFrontendBuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\UpdateFrontendBuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\WizardCommand" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\WizardCommand).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Command\WizardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\WizardCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAssetUploadFolderReviewingVoter" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAssetUploadFolderReviewingVoter).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAssetUploadFolderReviewingVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAssetUploadFolderReviewingVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolDownloadVoter" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolDownloadVoter).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolDownloadVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolDownloadVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolItemPermissionVoter" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolItemPermissionVoter).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolItemPermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolItemPermissionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolVersionHistoryVoter" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolVersionHistoryVoter).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolVersionHistoryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolVersionHistoryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\StatisticExplorerAccessVoter" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\StatisticExplorerAccessVoter).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\StatisticExplorerAccessVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\StatisticExplorerAccessVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Pimcore\Bundle\PortalEngineBundle\Form\ChangeUserDataForm" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Form\ChangeUserDataForm).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Form\ChangeUserDataForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Pimcore\Bundle\PortalEngineBundle\Form\ChangeUserDataForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Pimcore\Bundle\PortalEngineBundle\Form\LoginForm" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Form\LoginForm).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Form\LoginForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Pimcore\Bundle\PortalEngineBundle\Form\LoginForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Pimcore\Bundle\PortalEngineBundle\Form\RecoverPasswordForm" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Form\RecoverPasswordForm).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Form\RecoverPasswordForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Pimcore\Bundle\PortalEngineBundle\Form\RecoverPasswordForm).
Resolving inheritance for "monolog.logger.portalengine" (parent: monolog.logger_prototype).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\CollectionsController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\CollectionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\CollectionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\CollectionsController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Admin\CollectionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\CollectionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\FrontendBuildController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\FrontendBuildController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\FrontendBuildController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\FrontendBuildController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Admin\FrontendBuildController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\FrontendBuildController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\WizardController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\WizardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\WizardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\WizardController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Admin\WizardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\WizardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\AuthController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\AuthController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\EmailController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\EmailController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\PortalController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\PortalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\PortalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\PortalController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\PortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\PortalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\SearchController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\SearchController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\UserController" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\UserController).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\HeadTitleExtension" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\HeadTitleExtension).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Twig\HeadTitleExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\HeadTitleExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\PortalImagesExtension" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\PortalImagesExtension).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Twig\PortalImagesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\PortalImagesExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\PortalLanguagesExtension" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\PortalLanguagesExtension).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Twig\PortalLanguagesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\PortalLanguagesExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\TranslatorExtension" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\TranslatorExtension).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Twig\TranslatorExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\TranslatorExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\WebpackExtension" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\WebpackExtension).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\Twig\WebpackExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\WebpackExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AdminSettingsSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AdminSettingsSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AdminSettingsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AdminSettingsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AssetUpdateSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AssetUpdateSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AssetUpdateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AssetUpdateSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\BatchTaskSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\BatchTaskSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\BatchTaskSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\BatchTaskSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DeleteElementSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DeleteElementSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DeleteElementSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DeleteElementSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DenyPermissionsForFolders" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DenyPermissionsForFolders).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DenyPermissionsForFolders" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DenyPermissionsForFolders).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentCacheClearSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentCacheClearSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentCacheClearSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentCacheClearSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentConfigSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentConfigSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentConfigSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentConfigSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DownloadTrackerSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DownloadTrackerSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DownloadTrackerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DownloadTrackerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\IndexUpdateSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\IndexUpdateSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\IndexUpdateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\IndexUpdateSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\ResponseExceptionSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\ResponseExceptionSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\ResponseExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\ResponseExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SaveUserSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SaveUserSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SaveUserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SaveUserSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SizeEstimationStrategyListener" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SizeEstimationStrategyListener).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SizeEstimationStrategyListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SizeEstimationStrategyListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\StatisticsSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\StatisticsSubscriber).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\StatisticsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\StatisticsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\FinishedHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\FinishedHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\FinishedHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\FinishedHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\ProcessChunkHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\ProcessChunkHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\ProcessChunkHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\ProcessChunkHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\StartHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\StartHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\StartHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\StartHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\FinishedHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\FinishedHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\FinishedHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\FinishedHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\ProcessChunkHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\ProcessChunkHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\ProcessChunkHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\ProcessChunkHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\StartHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\StartHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\StartHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\StartHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\FinishedHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\FinishedHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\FinishedHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\FinishedHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\ProcessChunkHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\ProcessChunkHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\ProcessChunkHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\ProcessChunkHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\StartHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\StartHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\StartHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\StartHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\FinishedHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\FinishedHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\FinishedHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\FinishedHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\ProcessChunkHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\ProcessChunkHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\ProcessChunkHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\ProcessChunkHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\StartHandler" (parent: .abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\StartHandler).
Resolving inheritance for "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\StartHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\StartHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController" (parent: .abstract.instanceof.Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController).
Resolving inheritance for "Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\RecurringDatesTypeBundle\Command\MigrateTimeframerToReccuringDatesCommand" (parent: .abstract.instanceof.Elements\Bundle\RecurringDatesTypeBundle\Command\MigrateTimeframerToReccuringDatesCommand).
Resolving inheritance for "Elements\Bundle\RecurringDatesTypeBundle\Command\MigrateTimeframerToReccuringDatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\RecurringDatesTypeBundle\Command\MigrateTimeframerToReccuringDatesCommand).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\RecurringDatesTypeBundle\Twig\HelperExtension" (parent: .abstract.instanceof.Elements\Bundle\RecurringDatesTypeBundle\Twig\HelperExtension).
Resolving inheritance for "Elements\Bundle\RecurringDatesTypeBundle\Twig\HelperExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\RecurringDatesTypeBundle\Twig\HelperExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\QrCode\Command\ImportCommand" (parent: .abstract.instanceof.Elements\Bundle\QrCode\Command\ImportCommand).
Resolving inheritance for "Elements\Bundle\QrCode\Command\ImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\QrCode\Command\ImportCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\QrCode\Controller\QrCodeController" (parent: .abstract.instanceof.Elements\Bundle\QrCode\Controller\QrCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\QrCode\Controller\QrCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\QrCode\Controller\QrCodeController).
Resolving inheritance for "Elements\Bundle\QrCode\Controller\QrCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\QrCode\Controller\QrCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\QrCode\Controller\QrDownloadController" (parent: .abstract.instanceof.Elements\Bundle\QrCode\Controller\QrDownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\QrCode\Controller\QrDownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\QrCode\Controller\QrDownloadController).
Resolving inheritance for "Elements\Bundle\QrCode\Controller\QrDownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\QrCode\Controller\QrDownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\QrCode\Controller\QrPreviewController" (parent: .abstract.instanceof.Elements\Bundle\QrCode\Controller\QrPreviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\QrCode\Controller\QrPreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\QrCode\Controller\QrPreviewController).
Resolving inheritance for "Elements\Bundle\QrCode\Controller\QrPreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\QrCode\Controller\QrPreviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\LoggingClientApi\Controller\LoggingController" (parent: .abstract.instanceof.Elements\Bundle\LoggingClientApi\Controller\LoggingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\LoggingClientApi\Controller\LoggingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\LoggingClientApi\Controller\LoggingController).
Resolving inheritance for "Elements\Bundle\LoggingClientApi\Controller\LoggingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\LoggingClientApi\Controller\LoggingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\AzureAuthBundle\Controller\AuthController" (parent: .abstract.instanceof.Elements\Bundle\AzureAuthBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\AzureAuthBundle\Controller\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\AzureAuthBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Elements\Bundle\AzureAuthBundle\Controller\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\AzureAuthBundle\Controller\AuthController).
Resolving inheritance for "Elements\Bundle\AzureAuthBundle\Controller\AuthController" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Elements\Bundle\AzureAuthBundle\Controller\AuthController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber" (parent: .abstract.instanceof.Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber).
Resolving inheritance for "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\AzureAuthBundle\EventSubscriber\PasswordChangeSubscriber" (parent: .abstract.instanceof.Elements\Bundle\AzureAuthBundle\EventSubscriber\PasswordChangeSubscriber).
Resolving inheritance for "Elements\Bundle\AzureAuthBundle\EventSubscriber\PasswordChangeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\AzureAuthBundle\EventSubscriber\PasswordChangeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\AzureAuthBundle\Command\MigrateUserCommand" (parent: .abstract.instanceof.Elements\Bundle\AzureAuthBundle\Command\MigrateUserCommand).
Resolving inheritance for "Elements\Bundle\AzureAuthBundle\Command\MigrateUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\AzureAuthBundle\Command\MigrateUserCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\HashCashBundle\Controller\AjaxController" (parent: .abstract.instanceof.Elements\Bundle\HashCashBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\HashCashBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\HashCashBundle\Controller\AjaxController).
Resolving inheritance for "Elements\Bundle\HashCashBundle\Controller\AjaxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\HashCashBundle\Controller\AjaxController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\HashCashBundle\Twig\HashCashExtension" (parent: .abstract.instanceof.Elements\Bundle\HashCashBundle\Twig\HashCashExtension).
Resolving inheritance for "Elements\Bundle\HashCashBundle\Twig\HashCashExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\HashCashBundle\Twig\HashCashExtension).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\BrochureController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\BrochureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\BrochureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\BrochureController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\BrochureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\BrochureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\CartController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\CartController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\ContentController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\ContentController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\DownloadController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\DownloadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\DownloadController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\DownloadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\DownloadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\EventsController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\EventsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\EventsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\EventsController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\EventsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\EventsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\ImageController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\ImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\ImageController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\ImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\ListController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\ListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\ListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\ListController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\ListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\ListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\MailController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\MailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\MailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\MailController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\MailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\MailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\MapController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\MapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\MapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\MapController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\MapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\MapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\RedirectController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\RedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\RedirectController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\RedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\RedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\SnippetController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\SnippetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\SnippetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\SnippetController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\SnippetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\SnippetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\TicketController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\TicketController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\TicketController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\TicketController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\TicketController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\TicketController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\VersionController" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\VersionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\VersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\VersionController).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\Controller\VersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\VersionController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\EventListener\DeviceDependentTemplateListener" (parent: .abstract.instanceof.Elements\Bundle\DemiFrontendBundle\EventListener\DeviceDependentTemplateListener).
Resolving inheritance for "Elements\Bundle\DemiFrontendBundle\EventListener\DeviceDependentTemplateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\EventListener\DeviceDependentTemplateListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController" (parent: .abstract.instanceof.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController).
Resolving inheritance for "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController).
Resolving inheritance for "messenger.bus.pimcore-core.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.pimcore-core.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "messenger.bus.portal-engine.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.portal-engine.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.portal-engine.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.routing" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.init" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_admin.session" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.admin" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_ecommerce_indexupdater" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_ecommerce" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_statistics_explorer.es" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.portalengine.es" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.DATA-IMPORTER" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_api" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.session" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.demi" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.demi_commands" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.demi_commands_mail" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_ecommerce_sql" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_ecommerce_es" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_ecommerce_findologic" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cmf" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.demi_vacancies_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
Resolving inheritance for "security.authentication.provider.guard.pimcore_admin.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
Resolving inheritance for "security.authentication.provider.anonymous.pimcore_admin.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
Resolving inheritance for "security.authentication.provider.guard.portal_engine.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
Resolving inheritance for "security.authentication.provider.rememberme.portal_engine.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
Resolving inheritance for "security.authentication.provider.anonymous.portal_engine.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
Resolving inheritance for "security.authentication.provider.guard.cmf_webservice.two_factor_decorator" (parent: scheb_two_factor.security.authentication.provider.decorator).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.portal_engine.two_factor_decorator" (parent: scheb_two_factor.security.rememberme_services_decorator).
2
Skipping service "App\Controller\Demi\RedirectController": Class or interface "App\Controller\Demi\RedirectController" cannot be loaded.
Skipping service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ImageDataType": Class or interface "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ImageDataType" cannot be loaded.
334
Removing service-argument resolver for controller "App\Controller\Admin\AdminTourController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Admin\AdminTourController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\ArrivalController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\ArrivalController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\BToBController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\BToBController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\BusController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\BusController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaActorsController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaActorsController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaCompaniesController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaCompaniesController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaFormController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaFormController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaLocationsController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaLocationsController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaTeamsController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Cinestyria\CinestyriaTeamsController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\CommunityController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\CommunityController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\ContentController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\ContentController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\ConventionController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\ConventionController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\DefaultController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\DownloadController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\DownloadController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\FEController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\FEController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\FormController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\FormController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\InteractiveMapController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\InteractiveMapController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\MagazineController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\MagazineController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\MudabaController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\MudabaController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\PackageController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\PackageController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\PimcoreExperiencePortalController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\PimcoreExperiencePortalController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\PressController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\PressController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\PriceCompetitionController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\PriceCompetitionController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\RedirectController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\RedirectController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\RenderletController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\RenderletController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\SEO\LandingpageGeneratorController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\SEO\LandingpageGeneratorController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\TestController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\TestController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\TourController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\TourController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\WeatherController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\WeatherController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\WebcamController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\WebcamController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\YoungStyriaController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\YoungStyriaController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setLogger" of service "Elements\Bundle\AzureAuthBundle\Controller\AuthController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Elements\Bundle\CookieBarBundle\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\CookieBarBundle\Controller\DefaultController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController::destinationpackageAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController::detailAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController::packageAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController::detailAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController::destinationpackageAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController::detailAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController::packageAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\BrochureController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\BrochureController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\BrochureController::step1Action": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CartController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CartController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::additionalPrePaymentAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::checkAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::convertOfferAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::customerAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::insuranceAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::noPaymentAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::noPaymentCheckoutLongAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::optionalDataAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::paymentAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::paymentCheckoutLongAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController::step2Action": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\ContentController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\ContentController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\DownloadController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\DownloadController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\EventsController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\EventsController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\ImageController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\ImageController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\ListController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\ListController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\MailController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\MailController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\MapController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\MapController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\RedirectController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\RedirectController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController::groupRequestAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController::poolRequestAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController::savingRequestAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController::serviceProviderRequestAction": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\SnippetController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\SnippetController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\TicketController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\TicketController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\VersionController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\DemiFrontendBundle\Controller\VersionController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\GoogleCseBundle\Controller\CseController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\GoogleCseBundle\Controller\CseController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\HashCashBundle\Controller\AjaxController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\HashCashBundle\Controller\AjaxController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\LoggingClientApi\Controller\LoggingController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\LoggingClientApi\Controller\LoggingController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\ProcessManagerBundle\Controller\RestController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\ProcessManagerBundle\Controller\RestController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\QrCode\Controller\QrCodeController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\QrCode\Controller\QrCodeController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\QrCode\Controller\QrDownloadController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\QrCode\Controller\QrDownloadController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\QrCode\Controller\QrPreviewController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\QrCode\Controller\QrPreviewController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setLocaleService" of service "Elements\Bundle\SeoHelperBundle\Service\PrettyUrl" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Elements\Bundle\StyleLabBundle\Controller\IndexController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\StyleLabBundle\Controller\IndexController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\StyleLabBundle\Controller\MdController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\StyleLabBundle\Controller\MdController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\StyleLabBundle\Controller\SearchController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\StyleLabBundle\Controller\SearchController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\StyleLabBundle\Controller\StateController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\StyleLabBundle\Controller\StateController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\StyleLabBundle\Controller\TagsController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\StyleLabBundle\Controller\TagsController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\DirectEditBundle\Controller\ClientController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\DirectEditBundle\Controller\ClientController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\AuthController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\AuthController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\EmailController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\EmailController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\PortalController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\PortalController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPrefixService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPrefixService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPrefixService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPublicShareService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPrefixService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPublicShareService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPublicShareService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPublicShareService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setSecurityService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController::renderTemplate": no corresponding services exist for the referenced types.
Removing method "setDataPoolConfigService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDocumentResolver" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setIntlFormatter" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLocaleService" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\SearchController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\SearchController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController::renderTemplate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\UserController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Pimcore\Bundle\PortalEngineBundle\Controller\UserController::renderTemplate": no corresponding services exist for the referenced types.
699
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.default.store"; reason: private alias.
Removed service "lock.store"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "lock"; reason: private alias.
Removed service "Symfony\Component\Lock\LockInterface"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $pimcoreCachePool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $pimcoreCachePool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $pimcoreCachePool"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $messengerBusPortalEngine"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.portal_engine"; reason: private alias.
Removed service "security.user.provider.concrete.pimcore_admin"; reason: private alias.
Removed service "security.authentication.session_strategy.pimcore_admin_webdav"; reason: private alias.
Removed service "security.user_checker.pimcore_admin_webdav"; reason: private alias.
Removed service "security.authentication.session_strategy.pimcore_admin"; reason: private alias.
Removed service "security.user_checker.pimcore_admin"; reason: private alias.
Removed service "security.authentication.session_strategy.portal_engine"; reason: private alias.
Removed service "security.user_checker.portal_engine"; reason: private alias.
Removed service "security.authentication.session_strategy.cmf_webservice"; reason: private alias.
Removed service "security.user_checker.cmf_webservice"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "monolog.handler.demi_commands"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $demiVacanciesConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.portal_engine_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.portal_engine_result_cache"; reason: private alias.
Removed service "doctrine.orm.portal_engine_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $portalEngineEntityManager"; reason: private alias.
Removed service "doctrine.orm.portal_engine_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.pimcore_direct_edit_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.pimcore_direct_edit_result_cache"; reason: private alias.
Removed service "doctrine.orm.pimcore_direct_edit_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $pimcoreDirectEditEntityManager"; reason: private alias.
Removed service "doctrine.orm.pimcore_direct_edit_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.statistics_explorer_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.statistics_explorer_result_cache"; reason: private alias.
Removed service "doctrine.orm.statistics_explorer_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $statisticsExplorerEntityManager"; reason: private alias.
Removed service "doctrine.orm.statistics_explorer_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Symfony\Cmf\Component\Routing\ChainRouterInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\GeneratorInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\DumperInterface"; reason: private alias.
Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
Removed service "scheb_two_factor.first_two_factor_handler"; reason: private alias.
Removed service "scheb_two_factor.handler_condition"; reason: private alias.
Removed service "scheb_two_factor.security.google.form_renderer"; reason: private alias.
Removed service "scheb_two_factor.persister"; reason: private alias.
Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
Removed service "scheb_two_factor.token_factory"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreDocumentStaticStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreDocumentStaticStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreDocumentStaticStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreAssetStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreAssetStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreAssetStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreAssetCacheStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreAssetCacheStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreAssetCacheStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreThumbnailStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreThumbnailStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreThumbnailStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreVersionStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreVersionStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreVersionStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreRecycleBinStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreRecycleBinStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreRecycleBinStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreAdminStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreAdminStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreAdminStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreEmailLogStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreEmailLogStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreEmailLogStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreTempStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreTempStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreTempStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcorePortalEngineDownloadStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcorePortalEngineDownloadStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcorePortalEngineDownloadStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreDataImporterUploadStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreDataImporterUploadStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreDataImporterUploadStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreDataImporterPreviewStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreDataImporterPreviewStorage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreDataImporterPreviewStorage"; reason: private alias.
Removed service "Pimcore\HttpKernel\BundleLocator\BundleLocatorInterface"; reason: private alias.
Removed service "Pimcore\Model\FactoryInterface"; reason: private alias.
Removed service "pimcore.area.brick_manager"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface"; reason: private alias.
Removed service "Pimcore\Templating\Renderer\TagRenderer"; reason: private alias.
Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
Removed service "Doctrine\Migrations\DependencyFactory"; reason: private alias.
Removed service "Pimcore\Sitemap\UrlGeneratorInterface"; reason: private alias.
Removed service "Pimcore\Sitemap\Document\DocumentUrlGeneratorInterface"; reason: private alias.
Removed service "Pimcore\Targeting\VisitorInfoStorageInterface"; reason: private alias.
Removed service "GeoIp2\ProviderInterface"; reason: private alias.
Removed service "Pimcore\Targeting\DataLoaderInterface"; reason: private alias.
Removed service "Pimcore\Targeting\ConditionFactoryInterface"; reason: private alias.
Removed service "Pimcore\Targeting\ConditionMatcherInterface"; reason: private alias.
Removed service "Pimcore\Targeting\ActionHandler\ActionHandlerInterface"; reason: private alias.
Removed service "Pimcore\Targeting\Storage\TargetingStorageInterface"; reason: private alias.
Removed service "Pimcore\Bundle\AdminBundle\Controller\BruteforceProtectedControllerInterface"; reason: private alias.
Removed service "Elements\Bundle\CssLoaderBundle\Templating\Helper\CssLoader"; reason: private alias.
Removed service "elements.templating.view_helper.json_ld"; reason: private alias.
Removed service "Elements\Bundle\StyleLabBundle\Controller\AuthController"; reason: private alias.
Removed service "pimcore.datahub.graphql.assettype._asset_folder"; reason: private alias.
Removed service "pimcore.datahub.graphql.assettype.asset_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.assettype.asset_tree"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_tree"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_element"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_email"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_hardlink"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_link"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_link_datatype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_areablock_datatype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_scheduledblock_datatype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_areablock_input_datatype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_scheduledblock_input_datatype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_link_inputtype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_page"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_snippet"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype._document_folder"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_page_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.image_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.elementdescriptor_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.geopoint_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.object_tree"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype._object_folder"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.asset_metadata_manytoone"; reason: private alias.
Removed service "pimcore.datahub.graphql.fieldhelper.asset"; reason: private alias.
Removed service "pimcore.datahub.graphql.fieldhelper.document"; reason: private alias.
Removed service "pimcore.datahub.graphql.fieldhelper.object"; reason: private alias.
Removed service "pimcore.datahub.graphql.documentmutationelementprocessor"; reason: private alias.
Removed service "Pimcore\Model\Document\Editable\Loader\EditableLoaderInterface"; reason: private alias.
Removed service "elements.templating.view_helper.breadcrump_helper"; reason: private alias.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\EnvironmentInterface"; reason: private alias.
Removed service "pimcore_ecommerce.locator.cart_manager"; reason: private alias.
Removed service "pimcore_ecommerce.locator.order_manager"; reason: private alias.
Removed service "pimcore_ecommerce.locator.pricing_manager"; reason: private alias.
Removed service "pimcore_ecommerce.price_system.deskline"; reason: private alias.
Removed service "pimcore_ecommerce.price_system.default"; reason: private alias.
Removed service "pimcore_ecommerce.availability_system.default"; reason: private alias.
Removed service "pimcore_ecommerce.locator.checkout_manager.commit_order_processor"; reason: private alias.
Removed service "pimcore_ecommerce.locator.checkout_manager.factory"; reason: private alias.
Removed service "pimcore_ecommerce.locator.filter_service"; reason: private alias.
Removed service "CustomerManagementFrameworkBundle\Security\Authentication\LoginManagerInterface"; reason: private alias.
Removed service "cmf.security.sso.identity_service"; reason: private alias.
Removed service "CustomerManagementFrameworkBundle\Security\SsoIdentity\SsoIdentityServiceInterface"; reason: private alias.
Removed service "Pimcore\Bundle\DirectEditBundle\Service\Permission\PermissionServiceInterface"; reason: private alias.
Removed service "Pimcore\Bundle\PortalEngineBundle\Service\Download\SizeEstimation\SizeEstimationAdapterInterface"; reason: private alias.
Removed service "Pimcore\Bundle\PortalEngineBundle\Service\Download\SizeEstimation\SizeEstimationStrategyInterface"; reason: private alias.
Removed service "bundle.number_sequence_generator.generator"; reason: private alias.
Removed service "bundle.number_sequence_generator.randomgenerator"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "bundle.frontendpermissiontoolkit.service"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service ".session.do-not-use"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routingLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $initLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreAdminSessionLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $adminLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceIndexupdaterLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreStatisticsExplorerEsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $portalengineEsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $portalengineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $dATAIMPORTERLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreApiLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sessionLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $demiLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $demiCommandsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $demiCommandsMailLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceSqlLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceEsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceFindologicLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cmfLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Symfony\Component\Workflow\Registry"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Profiler\Profiler"; reason: private alias.
Removed service ".service_locator.cJTz0qB"; reason: private alias.
Removed service ".service_locator.T1n7NkA"; reason: private alias.
Removed service ".service_locator.YevQP.i"; reason: private alias.
Removed service ".service_locator.KduQtol"; reason: private alias.
Removed service ".service_locator.EIToks6"; reason: private alias.
Removed service ".service_locator.QIZaCbC"; reason: private alias.
Removed service ".service_locator.8Seicwr"; reason: private alias.
Removed service ".service_locator.Y38Yilj"; reason: private alias.
Removed service ".service_locator.O5RpWxk"; reason: private alias.
Removed service ".service_locator.jLcqsHR"; reason: private alias.
Removed service ".service_locator.gWWAX9H"; reason: private alias.
Removed service ".service_locator.GT0ASO2"; reason: private alias.
Removed service ".service_locator.VWkIuY8"; reason: private alias.
Removed service ".service_locator.ObI1UbX"; reason: private alias.
Removed service ".service_locator.JuabWgq"; reason: private alias.
Removed service ".service_locator.yGdPsU_"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator._47lf4R"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.npuD15b"; reason: private alias.
Removed service ".service_locator.8p2gh.S"; reason: private alias.
Removed service ".service_locator.3bH_DnU"; reason: private alias.
Removed service ".service_locator.0_lg2Lx"; reason: private alias.
Removed service ".service_locator.xgV3RD2"; reason: private alias.
Removed service ".service_locator.Ib55O8K"; reason: private alias.
Removed service ".service_locator.S4DsyzM"; reason: private alias.
Removed service ".service_locator..TfLx0I"; reason: private alias.
Removed service ".service_locator.iZgJr0W"; reason: private alias.
Removed service ".service_locator.un_j2eI"; reason: private alias.
Removed service ".service_locator.3jQMwBN"; reason: private alias.
Removed service ".service_locator.JSvrLaY"; reason: private alias.
Removed service ".service_locator.Con497N"; reason: private alias.
Removed service ".service_locator.IyuwPZb"; reason: private alias.
Removed service ".service_locator.qxdmZya"; reason: private alias.
Removed service ".service_locator.0pwFrUl"; reason: private alias.
Removed service ".service_locator.33CtemN"; reason: private alias.
Removed service ".service_locator.hvync3W"; reason: private alias.
Removed service ".service_locator.GnrzIcA"; reason: private alias.
Removed service ".service_locator.ubx92ju"; reason: private alias.
Removed service ".service_locator.67SVjD."; reason: private alias.
Removed service ".service_locator.OWrSSDM"; reason: private alias.
Removed service ".service_locator.ZUgacVY"; reason: private alias.
Removed service ".service_locator.QGYrWSe"; reason: private alias.
Removed service ".service_locator.d.LHN9k"; reason: private alias.
Removed service ".service_locator.HWrFtH0"; reason: private alias.
Removed service ".service_locator.Ercw0.Y"; reason: private alias.
Removed service ".service_locator.FPV2Yvq"; reason: private alias.
Removed service ".service_locator.dqHLQpi"; reason: private alias.
Removed service ".service_locator.iR7DI9C"; reason: private alias.
Removed service ".service_locator.h0iUcc5"; reason: private alias.
Removed service ".service_locator.Z48FoXA"; reason: private alias.
Removed service ".service_locator.USSAoDH"; reason: private alias.
Removed service ".service_locator.MFeq.A1"; reason: private alias.
Removed service ".service_locator.CflSH8h"; reason: private alias.
Removed service ".service_locator.iy4bYhU"; reason: private alias.
Removed service ".service_locator.8EPt1NM"; reason: private alias.
Removed service ".service_locator.PHdUi0Y"; reason: private alias.
Removed service ".service_locator.DAjgH8X"; reason: private alias.
Removed service ".service_locator.3IrMAU2"; reason: private alias.
Removed service ".service_locator.kQySkyz"; reason: private alias.
Removed service ".service_locator.6lV_quy"; reason: private alias.
Removed service ".service_locator.kPcth83"; reason: private alias.
Removed service ".service_locator.WLMMnZu"; reason: private alias.
Removed service ".service_locator.OGv8kYK"; reason: private alias.
Removed service ".service_locator.KYUy4hS"; reason: private alias.
Removed service ".service_locator.32L2j2u"; reason: private alias.
Removed service ".service_locator.8SBbAtK"; reason: private alias.
Removed service ".service_locator.JhpnNWN"; reason: private alias.
Removed service ".service_locator.f.DtAqv"; reason: private alias.
Removed service ".service_locator.oXEbDDu"; reason: private alias.
Removed service ".service_locator.dYNZV5y"; reason: private alias.
Removed service ".service_locator.bCFxv3X"; reason: private alias.
Removed service ".service_locator.R9FNPXa"; reason: private alias.
Removed service ".service_locator.D58KPy5"; reason: private alias.
Removed service ".service_locator.ayHdfKe"; reason: private alias.
Removed service ".service_locator.bOOcI6I"; reason: private alias.
Removed service ".service_locator.whsVqfb"; reason: private alias.
Removed service ".service_locator.OOEbk1H"; reason: private alias.
Removed service ".service_locator.qSnT1E0"; reason: private alias.
Removed service ".service_locator.1eu4deE"; reason: private alias.
Removed service ".service_locator.Vzhnxv1"; reason: private alias.
Removed service ".service_locator.E_1Mo6Z"; reason: private alias.
Removed service ".service_locator.tgRRW42"; reason: private alias.
Removed service ".service_locator.JnQleZI"; reason: private alias.
Removed service ".service_locator.pGLwSCr"; reason: private alias.
Removed service ".service_locator.qPpp9NN"; reason: private alias.
Removed service ".service_locator..8Sb.0Z"; reason: private alias.
Removed service ".service_locator.B7aknRc"; reason: private alias.
Removed service ".service_locator.aQcA7T0"; reason: private alias.
Removed service ".service_locator.2e40crV"; reason: private alias.
Removed service ".service_locator.yKF5oHc"; reason: private alias.
Removed service ".service_locator.06lQTJL"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.u5C4wmr"; reason: private alias.
Removed service ".service_locator.FpqDivF"; reason: private alias.
Removed service ".service_locator.2saMrcf"; reason: private alias.
Removed service ".service_locator.0ghLsew"; reason: private alias.
Removed service ".service_locator.laMkgI_"; reason: private alias.
Removed service ".service_locator..om8nLz"; reason: private alias.
Removed service ".service_locator.Mz4pIhy"; reason: private alias.
Removed service ".service_locator.UvkEmMj"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "pimcore.security.encoder_factory.inner"; reason: private alias.
Removed service "security.password_hasher_factory"; reason: private alias.
Removed service "Pimcore\Mail\Mailer.inner"; reason: private alias.
Removed service "Pimcore\Translation\Translator.inner"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver"; reason: private alias.
Removed service "Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver"; reason: private alias.
Removed service "Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.portal-engine"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "doctrine.orm.portal_engine_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.pimcore_direct_edit_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.statistics_explorer_metadata_driver"; reason: private alias.
Removed service "security.authentication.provider.dao.pimcore_admin_webdav"; reason: private alias.
Removed service "security.authentication.provider.guard.pimcore_admin"; reason: private alias.
Removed service "security.authentication.provider.anonymous.pimcore_admin"; reason: private alias.
Removed service "security.authentication.provider.guard.portal_engine"; reason: private alias.
Removed service "security.authentication.provider.rememberme.portal_engine"; reason: private alias.
Removed service "security.authentication.provider.anonymous.portal_engine"; reason: private alias.
Removed service "security.authentication.provider.guard.cmf_webservice"; reason: private alias.
Removed service "security.authentication.rememberme.services.simplehash.portal_engine"; reason: private alias.
Removed service ".service_locator.V_k9xR2"; reason: private alias.
Removed service ".service_locator.locguEr"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.FatRZu2"; reason: private alias.
Removed service ".service_locator.g4lI9Zm"; reason: private alias.
Removed service ".service_locator.0.sH7Xw"; reason: private alias.
Removed service ".service_locator.zawCbsX"; reason: private alias.
Removed service ".service_locator.Qq1Umj9"; reason: private alias.
Removed service ".service_locator.FMhDDgz"; reason: private alias.
Removed service ".service_locator.o7YPjS5"; reason: private alias.
Removed service ".service_locator.polV9JF"; reason: private alias.
Removed service ".service_locator.HjqGB8Y"; reason: private alias.
Removed service ".service_locator.Vz4YGfX"; reason: private alias.
Removed service ".service_locator.E5hPHi8"; reason: private alias.
Removed service ".service_locator.c4RiC3C"; reason: private alias.
Removed service ".service_locator.AVAQPzs"; reason: private alias.
Removed service ".service_locator.aqpAeC8"; reason: private alias.
Removed service ".service_locator.xkKmeSo"; reason: private alias.
Removed service ".service_locator.wQaZAdM"; reason: private alias.
Removed service ".service_locator.MPe1tW5"; reason: private alias.
Removed service ".service_locator.fHZroWt"; reason: private alias.
Removed service ".service_locator.upED0Go"; reason: private alias.
Removed service ".service_locator.UXMcspY"; reason: private alias.
Removed service ".service_locator.7F6FRqS"; reason: private alias.
Removed service ".service_locator.pXh8WVb"; reason: private alias.
Removed service ".service_locator.3ks5KZD"; reason: private alias.
Removed service ".service_locator.N9cl5kS"; reason: private alias.
Removed service ".service_locator.r1tX1U7"; reason: private alias.
Removed service ".service_locator..6Zaft_"; reason: private alias.
Removed service ".service_locator.UIuZ5Dp"; reason: private alias.
Removed service ".service_locator.AuUgbso"; reason: private alias.
Removed service ".service_locator.541qpKA"; reason: private alias.
Removed service ".service_locator.uL00JX_"; reason: private alias.
Removed service ".service_locator.s2xTQnV"; reason: private alias.
Removed service ".service_locator.KLHyO.."; reason: private alias.
Removed service ".service_locator.2rfJncz"; reason: private alias.
Removed service ".service_locator.xqMQfl3"; reason: private alias.
Removed service ".service_locator.YRH3yeq"; reason: private alias.
Removed service ".service_locator.EyLFe90"; reason: private alias.
Removed service ".service_locator.9dMCC0G"; reason: private alias.
Removed service ".service_locator.JAitzj1"; reason: private alias.
Removed service ".service_locator.GoXt62Z"; reason: private alias.
Removed service ".service_locator.p9RZTCG"; reason: private alias.
Removed service ".service_locator.eb6s6jg"; reason: private alias.
Removed service ".service_locator.NBREItI"; reason: private alias.
Removed service ".service_locator.aTiBH86"; reason: private alias.
Removed service ".service_locator.A1AsEOU"; reason: private alias.
Removed service ".service_locator.8Z_AkQc"; reason: private alias.
Removed service ".service_locator.mnsezjn"; reason: private alias.
Removed service ".service_locator.qX9eZ4v"; reason: private alias.
Removed service ".service_locator.GhYrfyh"; reason: private alias.
Removed service ".service_locator._bVNyD1"; reason: private alias.
Removed service ".service_locator.tF4wKld"; reason: private alias.
Removed service ".service_locator.4xUHCjE"; reason: private alias.
Removed service ".service_locator.PLiv_ZF"; reason: private alias.
Removed service ".service_locator.qIWdppr"; reason: private alias.
Removed service ".service_locator.73Vq9DW"; reason: private alias.
Removed service ".service_locator.IBZgGok"; reason: private alias.
Removed service ".service_locator.9ZgL06R"; reason: private alias.
Removed service ".service_locator.UM5.MSt"; reason: private alias.
Removed service ".service_locator.2CSMHva"; reason: private alias.
Removed service ".service_locator.426yQGu"; reason: private alias.
Removed service ".service_locator.fHjJSOa"; reason: private alias.
Removed service ".service_locator.voOCdkI"; reason: private alias.
Removed service ".service_locator.fnUu0Cy"; reason: private alias.
Removed service ".service_locator.Xxnte.t"; reason: private alias.
Removed service ".service_locator.VM_mSsq"; reason: private alias.
Removed service ".service_locator.MhTXopF"; reason: private alias.
Removed service ".service_locator.6DPdgvQ"; reason: private alias.
Removed service ".service_locator.oSZyXsf"; reason: private alias.
Removed service ".service_locator..Z.Y.GK"; reason: private alias.
Removed service ".service_locator.rbcZhKE"; reason: private alias.
Removed service ".service_locator.rlFBUzI"; reason: private alias.
Removed service ".service_locator.jZFeKBD"; reason: private alias.
Removed service ".service_locator.QPRMVSi"; reason: private alias.
Removed service ".service_locator.LOqj7sQ"; reason: private alias.
Removed service ".service_locator.TNbv9Ho"; reason: private alias.
Removed service ".service_locator.RSjxJri"; reason: private alias.
Removed service ".service_locator.EMPqyZ0"; reason: private alias.
Removed service ".service_locator.15YDObQ"; reason: private alias.
Removed service ".service_locator.QrBhIZf"; reason: private alias.
Removed service ".service_locator.xWhjEVv"; reason: private alias.
Removed service ".service_locator.SG3yaP1"; reason: private alias.
Removed service ".service_locator.F_.FptD"; reason: private alias.
Removed service ".service_locator.0NVxZ6q"; reason: private alias.
Removed service ".service_locator.jhzHpA0"; reason: private alias.
Removed service ".service_locator.mHUKjl2"; reason: private alias.
Removed service ".service_locator.RdCbbwH"; reason: private alias.
Removed service ".service_locator.krV58gh"; reason: private alias.
Removed service ".service_locator.eKSJHkq"; reason: private alias.
Removed service ".service_locator.vpnmGd8"; reason: private alias.
Removed service ".service_locator.STLfZ2v"; reason: private alias.
Removed service ".service_locator.fKM58nD"; reason: private alias.
Removed service ".service_locator.lUVgyWz"; reason: private alias.
Removed service ".service_locator.jWCIVfc"; reason: private alias.
Removed service ".service_locator.lzCAMOn"; reason: private alias.
Removed service ".service_locator.rVi7pWb"; reason: private alias.
Removed service ".service_locator.QYwaq3K"; reason: private alias.
Removed service ".service_locator.xrQl.OZ"; reason: private alias.
Removed service ".service_locator.P7S1cEA"; reason: private alias.
Removed service ".service_locator.xqrVXJq"; reason: private alias.
Removed service ".service_locator.eH.HiVY"; reason: private alias.
Removed service ".service_locator.snFbJfz"; reason: private alias.
Removed service ".service_locator.IIUPnFl"; reason: private alias.
Removed service ".service_locator.4qSrHKE"; reason: private alias.
Removed service ".service_locator.R5w44wv"; reason: private alias.
Removed service ".service_locator.QjzZpZu"; reason: private alias.
Removed service ".service_locator.VHy.lWP"; reason: private alias.
Removed service ".service_locator.g6rqq44"; reason: private alias.
Removed service ".service_locator.wpFxMPQ"; reason: private alias.
Removed service ".service_locator.MMDhMLa"; reason: private alias.
Removed service ".service_locator.jT..LQi"; reason: private alias.
Removed service ".service_locator.FBh37h5"; reason: private alias.
Removed service ".service_locator.pTiEyXr"; reason: private alias.
Removed service ".service_locator.rMJZou1"; reason: private alias.
Removed service ".service_locator.fP3zIW4"; reason: private alias.
Removed service ".service_locator.tvxO65M"; reason: private alias.
Removed service ".service_locator.C.zDnVU"; reason: private alias.
Removed service ".service_locator.xKEbpJj"; reason: private alias.
Removed service ".service_locator.FCxzUOO"; reason: private alias.
Removed service ".service_locator.Ql0IH4h"; reason: private alias.
Removed service ".service_locator.Ypyj32R"; reason: private alias.
Removed service ".service_locator.SoOhviq"; reason: private alias.
Removed service ".service_locator.Jr.T2IW"; reason: private alias.
Removed service ".service_locator.wvFCjEj"; reason: private alias.
Removed service ".service_locator.hxJ6ATe"; reason: private alias.
Removed service ".service_locator.i6ZG5NW"; reason: private alias.
Removed service ".service_locator.pVjh.OA"; reason: private alias.
Removed service ".service_locator.F_jC5gX"; reason: private alias.
Removed service ".service_locator.C5WBDRt"; reason: private alias.
Removed service ".service_locator.F6rYl9r"; reason: private alias.
Removed service ".service_locator.njnJtdI"; reason: private alias.
Removed service ".service_locator.XTLOpcJ"; reason: private alias.
Removed service ".service_locator.wwcbsp7"; reason: private alias.
Removed service ".service_locator.NoT9pIs"; reason: private alias.
Removed service ".service_locator.ZVqM7Qb"; reason: private alias.
Removed service ".service_locator.reCFVV_"; reason: private alias.
Removed service ".service_locator.32kpd4I"; reason: private alias.
Removed service ".service_locator.d0fk.s4"; reason: private alias.
Removed service ".service_locator.kMj6yqe"; reason: private alias.
Removed service ".service_locator..8V04s_"; reason: private alias.
Removed service ".service_locator.F4cXCZm"; reason: private alias.
Removed service ".service_locator.zl3U8je"; reason: private alias.
Removed service ".service_locator.PeyB05j"; reason: private alias.
Removed service ".service_locator.cHgAnOK"; reason: private alias.
Removed service ".service_locator.Q7mxa5h"; reason: private alias.
Removed service ".service_locator.w5l7KEe"; reason: private alias.
Removed service ".service_locator.jEZIZEp"; reason: private alias.
Removed service ".service_locator.wr.NdPK"; reason: private alias.
Removed service ".service_locator.niQnvj9"; reason: private alias.
Removed service ".service_locator.EEM1WaP"; reason: private alias.
Removed service ".service_locator.T4Kr2_J"; reason: private alias.
Removed service ".service_locator.yccEmsM"; reason: private alias.
Removed service ".service_locator.X0zBZEi"; reason: private alias.
Removed service ".service_locator.VjNVNpZ"; reason: private alias.
Removed service ".service_locator._uavlAO"; reason: private alias.
Removed service ".service_locator.QE5NvIY"; reason: private alias.
Removed service ".service_locator.iWGSoL1"; reason: private alias.
Removed service ".service_locator.k3BCZ6h"; reason: private alias.
Removed service ".service_locator.ExG.gIW"; reason: private alias.
Removed service ".service_locator.mBtdXXw"; reason: private alias.
Removed service ".service_locator.gbzD0d8"; reason: private alias.
Removed service ".service_locator.7RhYpDQ"; reason: private alias.
Removed service ".service_locator.RMoBwmP"; reason: private alias.
Removed service ".service_locator.mw31X.K"; reason: private alias.
Removed service ".service_locator.zc3I6sk"; reason: private alias.
Removed service ".service_locator.FPBZnG."; reason: private alias.
Removed service ".service_locator.RlLRkA."; reason: private alias.
Removed service ".service_locator.ohEp6_P"; reason: private alias.
Removed service ".service_locator.ECCDeYg"; reason: private alias.
Removed service ".service_locator.9BQ6wf3"; reason: private alias.
Removed service ".service_locator.Tpp.iQ7"; reason: private alias.
Removed service ".service_locator.nK.KH9J"; reason: private alias.
Removed service ".service_locator.8c_hpZz"; reason: private alias.
Removed service ".service_locator.ZcBP_qR"; reason: private alias.
Removed service ".service_locator.3VIYXDo"; reason: private alias.
Removed service ".service_locator.wwl7nqH"; reason: private alias.
Removed service ".service_locator.GTu.zKO"; reason: private alias.
Removed service ".service_locator.q2Mh_Dq"; reason: private alias.
Removed service ".service_locator.U2iSWmG"; reason: private alias.
Removed service ".service_locator.xG95SOF"; reason: private alias.
Removed service ".service_locator.s5DRBnv"; reason: private alias.
Removed service ".service_locator.GdMnz55"; reason: private alias.
Removed service ".service_locator.E13IU5f"; reason: private alias.
Removed service ".service_locator.14nndKL"; reason: private alias.
Removed service ".service_locator.mLYIQCT"; reason: private alias.
Removed service ".service_locator..zF8jRN"; reason: private alias.
Removed service ".service_locator.lSRy_mv"; reason: private alias.
Removed service ".service_locator.oC4oAee"; reason: private alias.
Removed service ".service_locator.7mkeEIY"; reason: private alias.
Removed service ".service_locator.yemE1m0"; reason: private alias.
Removed service ".service_locator.gVTstjz"; reason: private alias.
Removed service ".service_locator.5LC4joH"; reason: private alias.
Removed service ".service_locator.GXHK6gp"; reason: private alias.
Removed service ".service_locator.pI_XAOB"; reason: private alias.
Removed service ".service_locator.AphQiRt"; reason: private alias.
Removed service ".service_locator.n6PGvus"; reason: private alias.
Removed service ".service_locator.aP6DUDi"; reason: private alias.
Removed service ".service_locator.AcQqlPU"; reason: private alias.
Removed service ".service_locator.SVpNqPO"; reason: private alias.
Removed service ".service_locator.OB04rA5"; reason: private alias.
Removed service ".service_locator.iTU8ftJ"; reason: private alias.
Removed service ".service_locator.W2XhVHO"; reason: private alias.
Removed service ".service_locator.tuQAqSg"; reason: private alias.
Removed service ".service_locator.4Nh8kgC"; reason: private alias.
Removed service ".service_locator.j3DEech"; reason: private alias.
Removed service ".service_locator.6u2lGWO"; reason: private alias.
Removed service ".service_locator.Iy5eudt"; reason: private alias.
Removed service ".service_locator.wpVgR2a"; reason: private alias.
Removed service ".service_locator.CXIdDuU"; reason: private alias.
Removed service ".service_locator.Bbzkg3T"; reason: private alias.
Removed service ".service_locator.Hlm0VU1"; reason: private alias.
Removed service ".service_locator.rRMIgTj"; reason: private alias.
Removed service ".service_locator.D3ieo1N"; reason: private alias.
Removed service ".service_locator.yJO4yC."; reason: private alias.
Removed service ".service_locator.P71_CFs"; reason: private alias.
Removed service ".service_locator.1.V35yy"; reason: private alias.
Removed service ".service_locator.A740LBW"; reason: private alias.
Removed service ".service_locator.udkW0P8"; reason: private alias.
Removed service ".service_locator.7eI6oHj"; reason: private alias.
Removed service ".service_locator.jZWff6K"; reason: private alias.
Removed service ".service_locator.v.xE8PH"; reason: private alias.
Removed service ".service_locator.ZfUmtO."; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
Removed service ".service_locator.Q6ei9.5"; reason: private alias.
Removed service ".service_locator.dOLgA_b"; reason: private alias.
560
Changed reference of service "App\Service\NewsletterService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Controller\Cinestyria\CinestyriaCompaniesController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Controller\Cinestyria\CinestyriaLocationsController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Controller\ConventionController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Controller\FormController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Controller\PackageController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Controller\PressController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Controller\RenderletController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Twig\LayoutExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Twig\LayoutExtension" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Twig\NavigationExtension" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Twig\NavigationExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Twig\ObjectExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Service\TeaserListHelper" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Demi\Frontend\Service\EventsHelper" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Typeahead\FileGenerator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Service\FormHelper" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "locale_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "locale_aware_listener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "console.command.router_match" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "assets.context" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "assets.context" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router.default" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "router_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "router_listener" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "session.factory" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type.choice" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type.file" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type.color" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.csrf" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "validator.builder" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
Changed reference of service "messenger.middleware.router_context" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "security.logout_url_generator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.authentication.retry_entry_point" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "security.authentication.retry_entry_point" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "security.channel_listener" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "security.channel_listener" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "security.context_listener" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserProvider" to "pimcore_admin.security.user_provider".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.logout.listener.legacy_success_listener.pimcore_admin" previously pointing to "Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler" to "pimcore_admin.security.logout_success_handler".
Changed reference of service "security.authentication.listener.guard.pimcore_admin" previously pointing to "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" to "pimcore_admin.security.admin_authenticator".
Changed reference of service "security.authentication.kernel_exception_listener.two_factor.pimcore_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.form_listener.two_factor.pimcore_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.two_factor.pimcore_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.exception_listener.pimcore_admin" previously pointing to "Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator" to "pimcore_admin.security.admin_authenticator".
Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme.portal_engine" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
Changed reference of service "twig.extension.trans" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "twig.extension.routing" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "twig.extension.form" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "Pimcore\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.nested_matcher" previously pointing to "Pimcore\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.generator" previously pointing to "Pimcore\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.redirect_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "presta_sitemap.controller" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.messenger.message_handler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.messenger.message_handler" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "scheb_two_factor.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_js_routing.extractor" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Config\ReportConfigWriter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Knp\Component\Pager\PaginatorInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Routing\Element\Router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "Pimcore\Routing\Staticroute\Router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "Pimcore\Workflow\Manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Workflow\Place\StatusInfo" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Workflow\Notification\NotificationEmailService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Workflow\Notification\NotificationEmailService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Workflow\Notification\PimcoreNotificationService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Workflow\ExpressionService" previously pointing to "debug.validator" to "validator".
Changed reference of service "Pimcore\Workflow\EventSubscriber\NotificationSubscriber" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Workflow\EventSubscriber\NotesSubscriber" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore.workflow.place-options-provider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Extension\Bundle\PimcoreBundleManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Extension\Bundle\PimcoreBundleManager" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\CoreBundle\Command\Bundle\Helper\PostStateChange" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Http\RequestHelper" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "Pimcore\Http\Request\Resolver\EditmodeResolver" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserLoader" to "pimcore_admin.security.user_loader".
Changed reference of service "Pimcore\Localization\LocaleServiceInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Document\Editable\EditableHandler" previously pointing to "Pimcore\Extension\Document\Areabrick\AreabrickManager" to "Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface".
Changed reference of service "Pimcore\Document\Renderer\DocumentRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Document\Editable\EditableUsageResolver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserLoader" to "pimcore_admin.security.user_loader".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserLoader" to "pimcore_admin.security.user_loader".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Cache\FullPage\SessionStatus" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Analytics\Google\Tracker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Sitemap\UrlGenerator" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "Pimcore\Maintenance\Executor" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Cache\Core\CoreCacheHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Targeting\Storage\CookieStorage" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Targeting\VisitorInfoResolver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Targeting\ConditionFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Targeting\ConditionMatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Targeting\Document\DocumentTargetingConfigurator" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserLoader" to "pimcore_admin.security.user_loader".
Changed reference of service "Pimcore\Targeting\Code\TargetingCodeGenerator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Targeting\EventListener\DocumentTargetGroupListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Targeting\EventListener\ToolbarListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Twig\Extension\Templating\PimcoreUrl" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Twig\Extension\Templating\HeadLink" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
Changed reference of service "Pimcore\Twig\Extension\Templating\HeadScript" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
Changed reference of service "Pimcore\Twig\Extension\Templating\InlineScript" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
Changed reference of service "Pimcore\Twig\Extension\AdminExtension" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController" previously pointing to "Pimcore\Extension\Document\Areabrick\AreabrickManager" to "Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserLoader" to "pimcore_admin.security.user_loader".
Changed reference of service "pimcore.security.authentication.provider.admin_pre_auth" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserChecker" to "pimcore_admin.security.user_checker".
Changed reference of service "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener" previously pointing to "Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" to "pimcore_admin.security.bruteforce_protection_handler".
Changed reference of service "pimcore.data_object.grid_column_config.operator.factory.translate_value" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\JsConfigBundle\Twig\Extension\JsConfigExtension" previously pointing to "Elements\Bundle\JsConfigBundle\Templating\Helper\JsConfig" to "elements.templating.view_helper.js_config".
Changed reference of service "Elements\Bundle\CmsToolsBundle\Templating\Helper\Areabrick" previously pointing to "Pimcore\Extension\Document\Areabrick\AreabrickManager" to "Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface".
Changed reference of service "Elements\Bundle\CmsToolsBundle\Twig\ElementsLayoutExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "elements_seo_helper.templating.view_helper.head_title" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "elements_seo_helper.templating.view_helper.open_graph" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "elements_seo_helper.templating.view_helper.hreflang" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Elements\Bundle\JsonLdReloadedBundle\JsonLd\TemplateResolver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Elements\Bundle\JsonLdReloadedBundle\JsonLd\TemplateRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataHubBundle\GraphQL\Service" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "Pimcore\Bundle\DataHubBundle\GraphQL\Service" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataHubBundle\Service\OutputCacheService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Elements\Bundle\BreadcrumbHelperBundle\Templating\Helper\BreadcrumbHelper" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\CookieBarBundle\Templating\Helper\CookieBarConfig" previously pointing to "Elements\Bundle\JsConfigBundle\Templating\Helper\JsConfig" to "elements.templating.view_helper.js_config".
Changed reference of service "Elements\Bundle\AlpsteinBundle\Twig\PoiExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Demi\Frontend\Twig\DemiEventsExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Demi\EcommerceFramework\Checkout\Order\CommitOrderProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Elements\Demi\EcommerceFramework\Checkout\Order\OrderManager" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Elements\Demi\EcommerceFramework\Checkout\Order\OrderManager" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService" to "pimcore_ecommerce.voucher_service".
Changed reference of service "Elements\Demi\EcommerceFramework\Checkout\Order\OrderManager" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "Elements\Demi\EcommerceFramework\Checkout\Order\OrderManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Elements\Demi\Typeahead\FileGenerator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Demi\Helper\TranslationHelper" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Demi\Deskline\CancellationInformation\Display" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Demi\Deskline\PaymentInformation\Display" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Demi\Frontend\Service\AdditionalServiceHelper" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" to "pimcore_ecommerce.tracking.tracking_manager".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager" to "pimcore_ecommerce.payment_manager".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService" to "pimcore_ecommerce.voucher_service".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\PriceSystem\AttributePriceSystem" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch7" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexUpdateService" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Input" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRange" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRangeSelection" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Select" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectClassificationStoreAttributes" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRange" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRangeSelection" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\Select" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" to "pimcore_ecommerce.tracking.tracking_manager".
Changed reference of service "pimcore_ecommerce.cart_manager.demi" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.cart_manager.default" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.order_manager.demi" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.order_manager.demi" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.order_manager.demi" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager" to "pimcore_ecommerce.payment_manager".
Changed reference of service "pimcore_ecommerce.order_manager.demi" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.order_manager.demi" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService" to "pimcore_ecommerce.voucher_service".
Changed reference of service "pimcore_ecommerce.order_manager.demi" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "pimcore_ecommerce.order_manager.demi" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager" to "pimcore_ecommerce.payment_manager".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService" to "pimcore_ecommerce.voucher_service".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocatorInterface" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.checkout_manager.demi.commit_order_processor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.checkout_manager.demi.factory" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.checkout_manager.demi.factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.checkout_manager.default.commit_order_processor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.checkout_manager.default.factory" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.checkout_manager.default.factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocatorInterface" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.index_service.default.worker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Elements\Bundle\DateRangeHelperBundle\Twig\DateRangeExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "cmf.view_formatter" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "CustomerManagementFrameworkBundle\Event\TargetingEventListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "CustomerManagementFrameworkBundle\Targeting\SegmentTracker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "CustomerManagementFrameworkBundle\Targeting\ActionHandler\TrackSegment" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "CustomerManagementFrameworkBundle\Targeting\ActionHandler\ApplyTargetGroupsFromSegments" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "CustomerManagementFrameworkBundle\Newsletter\ProviderHandler\Mailchimp\TemplateExporter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Elements\Bundle\GoogleCseBundle\Templating\Helper\CseTemplateHelper" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Elements\Bundle\GoogleCseBundle\Twig\CseTemplateExtension" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\StatisticsExplorerBundle\Service\StatisticsService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\StatisticsExplorerBundle\Service\ConfigurationLoaderService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\StatisticsExplorerBundle\Service\ConfigurationLoaderService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\StatisticsExplorerBundle\StatisticsStorageAdapter\Worker\MySqlListWorker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\StatisticsExplorerBundle\StatisticsStorageAdapter\Worker\MySqlStatisticWorker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\StatisticsExplorerBundle\StatisticsStorageAdapter\Worker\MySqlStatisticWorker" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\StatisticsExplorerBundle\StatisticsStorageAdapter\Worker\ElasticsearchListWorker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\StatisticsExplorerBundle\StatisticsStorageAdapter\Worker\ElasticsearchStatisticWorker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\StatisticsExplorerBundle\StatisticsStorageAdapter\Worker\ElasticsearchStatisticWorker" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\DirectEditBundle\Service\ClientCommunicationService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\DirectEditBundle\Service\ModalRenderService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Asset\NameExtractorService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Asset\UrlExtractorService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Asset\FileUploadService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Asset\FileUploadService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Asset\FileUploadService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Asset\FileUpload\AssetListService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Asset\DirectEditConnectorInterface" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\DataObject\NameExtractorService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\DataObject\MainImageExtractorService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\DataObject\UrlExtractorService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\DataPool\TranslatorService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Content\HeadTitleService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Element\UrlExtractorService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Rest\Api\SearchHandler" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Rest\Api\Asset\ListHandler" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Rest\Api\Asset\DetailHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Rest\Api\DataObject\DetailHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Rest\Api\DataObject\ListHandler" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\SearchService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\SearchService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\SearchService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\SearchService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\SearchService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\SearchService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\Search\WorkspaceService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\Search\WorkspaceService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\IndexService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\IndexService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\PortalConfig\FrontendBuildService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Enum\EnumService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\GuardAuthenticator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\GuardAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\TokenAuthenticator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\OpenIdConnectAuthenticator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\OpenIdConnectAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\UserProvider" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\User\PasswordChangeableService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\User\RecoverPasswordService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\User\RecoverPasswordService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Authentication\User\RecoverPasswordService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\DirectEditPermissionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\PermissionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolDownloadVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolVersionHistoryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\ProcessNotificationActionHandler\Download" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\ProcessNotificationActionHandler\UpdateAssetMetadata" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\ProcessNotificationActionHandler\DeleteAsset" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\ProcessNotificationActionHandler\RelocateAsset" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Rest\Api\Download\DetailHandler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Download\DownloadProviderService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Download\DownloadZipGenerationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\Document\PrefixService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Form\LoginForm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Form\LoginForm" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Form\RecoverPasswordForm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Form\RecoverPasswordForm" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Service\User\AvatarService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "pimcore.portal_engine.statistics_explorer.datasources.logins" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore.portal_engine.statistics_explorer.datasources.assets-type" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore.portal_engine.statistics_explorer.datasources.class-definitions" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore.portal_engine.statistics_explorer.datasources.asset-update" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore.portal_engine.statistics_explorer.datasources.download" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension" previously pointing to "Pimcore\Extension\Document\Areabrick\AreabrickManager" to "Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\Twig\PortalImagesExtension" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\ResponseExceptionSubscriber" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\StatisticsSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\ProcessChunkHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataImporterBundle\Resolver\Factory\DataObjectFactory" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "Pimcore\Bundle\DataImporterBundle\Processing\ImportProcessingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataImporterBundle\Processing\ImportPreparationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataImporterBundle\Messenger\DataImporterHandler" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Elements\Bundle\HashCashBundle\Service\HashCashService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Twig\DemiAdditionalServiceExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Twig\DemiEventsExtension" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" to "pimcore_ecommerce.tracking.tracking_manager".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController" previously pointing to "debug.validator" to "validator".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\CartController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\CartController" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" to "pimcore_ecommerce.tracking.tracking_manager".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" to "pimcore_ecommerce.tracking.tracking_manager".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\ListController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" to "pimcore_ecommerce.tracking.tracking_manager".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\TicketController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Controller\TicketController" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" to "pimcore_ecommerce.tracking.tracking_manager".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\AccommodationJsonLd" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\AdditionalServiceHelper" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\Cancellation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\Condition" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\Datatrans" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\DemiFrontendHelper" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\DemiStateHelper" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\EventsHelper" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\InfrastructureJsonLd" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\OfferJsonLd" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\OptionalData" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\OrderHistory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\Payment" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\ProductJsonLd" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\SearchFrontend" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Elements\Bundle\DemiFrontendBundle\Service\Seo" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "FrontendPermissionToolkitBundle\Service" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.57Ti4vR" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator..44fRrs" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.rgfTW6T" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.bEudsMD" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.FLqXVYG" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.rgqxH4W" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.EimFcbT" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.MjmPW0i" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.rh3Zvfo" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.cqzZA2M" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.2rlnypv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.v6tkw61" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service ".service_locator.ehQ7MWt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.w3N5DEg" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.VjNajpS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.YuEuzO8" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.0lgAUV9" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.4vVJWxp" previously pointing to "Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" to "pimcore_admin.security.bruteforce_protection_handler".
Changed reference of service ".service_locator.4vVJWxp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.0HRrzAQ" previously pointing to "Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" to "pimcore_admin.security.bruteforce_protection_handler".
Changed reference of service ".service_locator.q2ji3lu" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.KIsXnJ0" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.GDP9E78" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.pt6YZUq" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.xlytKvn" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.HTSrQlZ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.KtQBKFH" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.RMmniKf" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5gLsuW_" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.pY_Pvna" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.K1DZBBY" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service ".service_locator.4fM_mcN" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.R_TxYA0" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.pIAStSP" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.GQNg.Fl" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.oWKFDls" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.dafIBI1" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.HdJL8og" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.svyNZ2P" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.1Fumk9N" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.fk6HK1A" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.LYdmfvc" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.mARo2bs" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.Tp60dBw" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.6W7ZwXB" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.ZCZYfsn" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.RxcbaI8" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAssetUploadFolderReviewingVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolDownloadVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolItemPermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolVersionHistoryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\StatisticExplorerAccessVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app.area.brick.teaser_list_bus_travel" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "app.area.brick.form_direct_inquiry" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "app.area.brick.teaser_list_convention_partner" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "app.area.brick.landingpage_inquiry" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "app.area.brick.teaser_list_convention_incentive" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "app.area.brick.teaser_list_young_styria_accommodation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "app.area.brick.teaser_list_young_styria_infrastructure" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "app.area.brick.teaser_list_package" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Z3eEsyj" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.Z3eEsyj" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.Z3eEsyj" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.oafe0zm" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.oafe0zm" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.oafe0zm" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.oafe0zm" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.E.kRiMr" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.E.kRiMr" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.E.kRiMr" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.mx0UMmY" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.nq9_8dm" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.nq9_8dm" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.nq9_8dm" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.nq9_8dm" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator._V2Yi6O" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator._V2Yi6O" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator._V2Yi6O" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator._V2Yi6O" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.tWA55KB" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.tWA55KB" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.tWA55KB" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.7q0jroc" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.7q0jroc" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.7q0jroc" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.7q0jroc" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.v0GQ902" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.provider.dao.pimcore_admin_webdav.two_factor_decorator.inner" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserProvider" to "pimcore_admin.security.user_provider".
Changed reference of service "security.authentication.provider.guard.pimcore_admin.two_factor_decorator.inner" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserProvider" to "pimcore_admin.security.user_provider".
Changed reference of service "security.authentication.provider.guard.cmf_webservice.two_factor_decorator.inner" previously pointing to "Pimcore\Bundle\AdminBundle\Security\User\UserProvider" to "pimcore_admin.security.user_provider".
Changed reference of service "router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "presta_sitemap.generator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.generator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.dumper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_admin.security.admin_authenticator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "pimcore_admin.security.admin_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_admin.security.admin_authenticator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_admin.security.admin_authenticator" previously pointing to "Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler" to "pimcore_admin.security.bruteforce_protection_handler".
Changed reference of service "pimcore_admin.security.logout_success_handler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "pimcore_admin.security.logout_success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.index_service" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.tracking.tracking_manager" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "event_dispatcher" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "event_dispatcher" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "event_dispatcher" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "console.command.public_alias.App\Command\TypeaheadGenerateCommand" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
Changed reference of service "console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
Changed reference of service "console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
1500
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "assets.remote_json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.provider.decorator"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.provider"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.listener"; reason: abstract.
Removed service "scheb_two_factor.security.rememberme_services_decorator"; reason: abstract.
Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: abstract.
Removed service "scheb_two_factor.security.form_listener"; reason: abstract.
Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: abstract.
Removed service "scheb_two_factor.security.access_listener"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.success_handler"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: abstract.
Removed service "scheb_two_factor.security.firewall_config"; reason: abstract.
Removed service "scheb_two_factor.security.authenticator"; reason: abstract.
Removed service "scheb_two_factor.security.listener.token_created"; reason: abstract.
Removed service "workflow.marking_store.state_table"; reason: abstract.
Removed service "workflow.marking_store.multiple_state"; reason: abstract.
Removed service "workflow.marking_store.single_state"; reason: abstract.
Removed service "workflow.marking_store.data_object_splitted_state"; reason: abstract.
Removed service "workflow.marking_store.data_object_multiple_state"; reason: abstract.
Removed service "workflow.support_strategy.expression"; reason: abstract.
Removed service "pimcore.security.authentication.provider.admin_pre_auth"; reason: abstract.
Removed service "pimcore.security.authentication.listener.admin_pre_auth"; reason: abstract.
Removed service "Elements\Bundle\DemiBundle\Command\AbstractDemiCommand"; reason: abstract.
Removed service "Elements\Bundle\DemiBundle\Command\Liftopia\AbstractLiftopiaCommand"; reason: abstract.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig"; reason: abstract.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker"; reason: abstract.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\DemiFrontendBundle\Twig\DemiTrackingExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Twig\DemiTrackingExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminTourController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminTourController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminTourController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArrivalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArrivalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArrivalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BToBController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BToBController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BToBController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaActorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaActorsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cinestyria\CinestyriaActorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaCompaniesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaCompaniesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cinestyria\CinestyriaCompaniesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cinestyria\CinestyriaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cinestyria\CinestyriaFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaLocationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaLocationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cinestyria\CinestyriaLocationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cinestyria\CinestyriaTeamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cinestyria\CinestyriaTeamsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cinestyria\CinestyriaTeamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommunityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConventionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConventionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConventionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EvalancheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EvalancheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EvalancheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FEController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FEController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FEController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InteractiveMapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InteractiveMapController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InteractiveMapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MagazineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MagazineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MagazineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MudabaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MudabaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MudabaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PimcoreExperiencePortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PimcoreExperiencePortalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PimcoreExperiencePortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PriceCompetitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PriceCompetitionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PriceCompetitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RenderletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RenderletController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RenderletController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SEO\LandingpageGeneratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SEO\LandingpageGeneratorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SEO\LandingpageGeneratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TourController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TourController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TourController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WeatherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WeatherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WeatherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebcamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebcamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebcamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\YoungStyriaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\YoungStyriaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\YoungStyriaController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssingRegionToAssets"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AssingRegionToAssets"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BergfexImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BergfexImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateContentScoreCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CalculateContentScoreCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CinestyriaCategoryImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CinestyriaCategoryImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupSchladmingGrazFeratelInfrasEvents"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CleanupSchladmingGrazFeratelInfrasEvents"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CustomerCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CustomerCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnrichDesklineAssetCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EnrichDesklineAssetCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EvalancheSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EvalancheSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GrazExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GrazExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GrazImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GrazImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportFeratelIdMappingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportFeratelIdMappingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportGeneralSolutionsToursCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportGeneralSolutionsToursCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IterateDesklineAssetsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IterateDesklineAssetsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MagazineSubscribersNotifyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MagazineSubscribersNotifyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateTimeframerToReccuringDatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateTimeframerToReccuringDatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PimcoreImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PimcoreImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PoiImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PoiImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveAutoRedirectsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RemoveAutoRedirectsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SaveObjectsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SaveObjectsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SchladmingImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SchladmingImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TmpCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TmpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TypeaheadGenerateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TypeaheadGenerateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WeatherImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WeatherImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebcamImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WebcamImportCommand"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AlpsteinExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AlpsteinExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DemiExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DemiExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LayoutExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\LayoutExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LinkGenerator"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\LinkGenerator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\NavigationExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\NavigationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ObjectExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ObjectExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PressExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\PressExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RegionExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\RegionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Service\RecaptchaExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\RecaptchaExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\EventListener\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.newsletter.address_source_adapter.factories"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.newsletter.address_source_adapter.factories"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.custom_report.adapter.factories"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.custom_report.adapter.factories"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Lock\LockFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\Staticroute\Router"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Routing\Staticroute\Router"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Routing\RedirectHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Routing\RedirectHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotificationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotificationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotesSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotesSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.Pimcore\Log\Handler\ApplicationLoggerDb"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Log\Handler\ApplicationLoggerDb"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Http\Request\Resolver\EditmodeResolver"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Http\Request\Resolver\EditmodeResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Translation\Translator"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Translation\Translator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Document\Editable\EditableHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Document\Editable\EditableHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.document.areabrick.brick_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.document.areabrick.brick_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\SearchBackendListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\UUIDListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\UUIDListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Templating\Renderer\EditableRenderer"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Templating\Renderer\EditableRenderer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.templating.navigation.renderer_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.templating.navigation.renderer_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreTargetingDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.analytics.google.fallback_service_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.analytics.google.fallback_service_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Sitemap\EventListener\SitemapGeneratorListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Sitemap\EventListener\SitemapGeneratorListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\DisableCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\EnableCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CustomLayoutRebuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ExtJSCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ExtJSCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\SearchBackendReindexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.null_tag_aware"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.null_tag_aware"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.cache.adapter.null_tag_aware"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.cache.adapter.pdo"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.pdo_tag_aware"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.pdo_tag_aware"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.cache.adapter.pdo_tag_aware"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.redis_tag_aware"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.redis_tag_aware"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.cache.adapter.redis_tag_aware"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.pool.app"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.cache.pool.app"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\CoreCacheHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Cache\Core\CoreCacheHandler"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\WriteLock"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Cache\Core\WriteLock"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\TargetingListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Targeting\EventListener\TargetingListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\DocumentTargetGroupListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Targeting\EventListener\DocumentTargetGroupListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Targeting\EventListener\FullPageCacheCookieCleanupListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\VisitedPagesCountListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Targeting\EventListener\VisitedPagesCountListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Targeting\EventListener\ToolbarListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Targeting\EventListener\ToolbarListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HelpersExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\HelpersExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentEditableExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DocumentEditableExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\SubrequestExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\SubrequestExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreObjectExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\PimcoreObjectExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreToolExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\PimcoreToolExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\NavigationExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\NavigationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\GlossaryExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\GlossaryExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HeaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\HeaderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetCompressExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\AssetCompressExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\WebsiteConfigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\WebsiteConfigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DumpExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DumpExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\CacheExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\PimcoreUrl"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\PimcoreUrl"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadLink"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadLink"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadMeta"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadMeta"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadScript"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadScript"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadStyle"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadStyle"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadTitle"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadTitle"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Inc"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Inc"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\InlineScript"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\InlineScript"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Navigation"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Navigation"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetHelperExtensions"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\AssetHelperExtensions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DataObjectHelperExtensions"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DataObjectHelperExtensions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentHelperExtensions"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DocumentHelperExtensions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\ImageThumbnailExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\ImageThumbnailExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\DeferredExtension\DeferredExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\DeferredExtension\DeferredExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extra\String\StringExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AdminExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\AdminExtension"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Session\Handler\AdminSessionHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\Guard\AdminAuthenticator"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\LogoutSuccessHandler"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\BruteforceProtectionHandler"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\ProcessManagerBundle\Command\ClassMethodExecutorCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Command\ClassMethodExecutorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\ProcessManagerBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\CallbackSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\CallbackSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Controller\CallbackSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\MonitoringItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\MonitoringItemController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Controller\MonitoringItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\Controller\RestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ProcessManagerBundle\Controller\RestController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\ProcessManagerBundle\Controller\RestController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\ProcessManagerBundle\SystemEventsListener"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\ProcessManagerBundle\SystemEventsListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\AreaBrickExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\AreaBrickExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\CmsToolsHelperExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\CmsToolsHelperExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\AddBreadcrumbExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\AddBreadcrumbExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\ElementsLayoutExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\ElementsLayoutExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\GetAssetExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\GetAssetExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\CarbonExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\CarbonExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CmsToolsBundle\Twig\StaticHelperExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CmsToolsBundle\Twig\StaticHelperExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\MdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\MdController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Controller\MdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\StateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\StateController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Controller\StateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\StyleLabBundle\Controller\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\StyleLabBundle\Controller\TagsController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Controller\TagsController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\DoNotTouchExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\DoNotTouchExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\EmailPatternExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\EmailPatternExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\ImgExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\ImgExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\JsonPatternExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\JsonPatternExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\LayoutExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\LayoutExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\NavigationExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\NavigationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\StyleLabBundle\Twig\Extension\PatternExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\Twig\Extension\PatternExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\AssetExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Twig\AssetExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\DemiExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Twig\DemiExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\Extension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Twig\Extension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\JsonLdExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Twig\JsonLdExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\JsonLdReloadedBundle\Twig\TagExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\Twig\TagExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\JsonLdReloadedBundle\EventSubscriber\TemplateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\JsonLdReloadedBundle\EventSubscriber\TemplateSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\ErrorPageBundle\Command\InstallTranslationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\ErrorPageBundle\Command\InstallTranslationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Command\GraphQL\RebuildDefinitionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\BreadcrumbHelperBundle\Twig\Extension\BreadcrumbHelperExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\BreadcrumbHelperBundle\Twig\Extension\BreadcrumbHelperExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\BreadcrumbHelperBundle\Command\InstallTranslationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\BreadcrumbHelperBundle\Command\InstallTranslationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\CacheHelperBundle\EventListener\SeoHelperListener"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CacheHelperBundle\EventListener\SeoHelperListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\CacheHelperBundle\EventListener\DocumentListener"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CacheHelperBundle\EventListener\DocumentListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CacheHelperBundle\Templating\CacheHelper"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CacheHelperBundle\Templating\CacheHelper"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CacheHelperBundle\Twig\Extension\CacheHelperExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CacheHelperBundle\Twig\Extension\CacheHelperExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\CookieBarBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\CookieBarBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CookieBarBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\CookieBarBundle\Twig\CookieBarExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CookieBarBundle\Twig\CookieBarExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\CookieBarBundle\Command\InstallTranslationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\CookieBarBundle\Command\InstallTranslationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\AlpsteinBundle\Command\CategoryImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\AlpsteinBundle\Command\CategoryImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\AlpsteinBundle\Command\ImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\AlpsteinBundle\Command\ImportCommand"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\AlpsteinBundle\Twig\PoiExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\AlpsteinBundle\Twig\PoiExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\UniversalLicenseBundle\Command\InstallCCLicensesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\UniversalLicenseBundle\Command\InstallCCLicensesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\CreateInsuranceCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\CreateInsuranceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\CreateProcessManagerAdminRoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\CreateProcessManagerAdminRoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\CreateSyncUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\CreateSyncUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\DeleteOrdersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\DeleteOrdersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\CreateAccommodationTypesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\CreateAccommodationTypesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\ImportSpecificCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\ImportSpecificCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\MarkDummyAccosCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\MarkDummyAccosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\ReadTransactionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\ReadTransactionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SetupMealTypesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SetupMealTypesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SetupOtherStarsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SetupOtherStarsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SetupStarsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SetupStarsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncBookingsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SyncBookingsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncLastChangedCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SyncLastChangedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\SyncSalesChannelCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\SyncSalesChannelCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\TvbImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\TvbImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedAssetsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedAssetsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedObjectsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\UnreferencedObjectsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\UpdateEventsPropagationCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\UpdateEventsPropagationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Deskline\VacancySyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Deskline\VacancySyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\EnrichEcommerceClassesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\EnrichEcommerceClassesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportClassCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\ExportClassCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportFieldcollectionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\ExportFieldcollectionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportObjectbrickCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\ExportObjectbrickCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ExportThumbnailCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\ExportThumbnailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GenerateCoordinatesForTownsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\GenerateCoordinatesForTownsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GenerateRedirectMappingFileCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\GenerateRedirectMappingFileCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GenerateSitemapCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\GenerateSitemapCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\GoogleTranslateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\GoogleTranslateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportClassesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\ImportClassesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportFacilityGroupIconsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\ImportFacilityGroupIconsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportFieldcollectionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\ImportFieldcollectionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportObjectbricksCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\ImportObjectbricksCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\ImportThumbnailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\ImportThumbnailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\InitProcessManagerCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\InitProcessManagerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\Liftopia\ImportTickets"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\Liftopia\ImportTickets"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\LogRotateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\LogRotateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\TrustYouImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\TrustYouImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\TypeaheadGenerateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\TypeaheadGenerateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\UninstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\UninstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\UnpublishTestOrdersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\UnpublishTestOrdersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\DemiBundle\Command\UpgradeCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Command\UpgradeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiBundle\Controller\DocumentationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiBundle\Controller\DocumentationController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiBundle\Controller\DocumentationController"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.Elements\Demi\Logger\DemiStreamHandler"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.Elements\Demi\Logger\DemiStreamHandler"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Demi\Logger\DemiStreamHandler"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Elements\Demi\EcommerceFramework\Checkout\Order\CommitOrderProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Demi\EcommerceFramework\Checkout\Order\CommitOrderProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Analytics\GoogleTagManager\EventSubscriber\TrackingCodeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\EsSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\CronTriggerCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\CronTriggerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\HelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\RulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore.event_listener.frontend.activity_url_tracker"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.event_listener.frontend.activity_url_tracker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Security\Guard\WebserviceAuthenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Newsletter\Command\NewsletterSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Newsletter\Command\NewsletterSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\GoogleCseBundle\Controller\CseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\GoogleCseBundle\Controller\CseController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\GoogleCseBundle\Controller\CseController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\GoogleCseBundle\Twig\CseTemplateExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\GoogleCseBundle\Twig\CseTemplateExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\GoogleCseBundle\Command\InstallTranslationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\GoogleCseBundle\Command\InstallTranslationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DirectEditBundle\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DirectEditBundle\Controller\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DirectEditBundle\Controller\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DirectEditBundle\Command\CleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DirectEditBundle\Command\CleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\AssetMetadataClassDefinitionsBundle\Command\MigrateToCustomSettingsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Command\MigrateToCustomSettingsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore_asset_metadata_classdefinitions.event_listener.main_listener"; reason: abstract.
Removed service ".abstract.instanceof.pimcore_asset_metadata_classdefinitions.event_listener.main_listener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.asset.search_index_field_definition_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.portal_engine.asset.search_index_field_definition_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.rest_api_metadata_definition_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.portal_engine.rest_api_metadata_definition_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.rest_api_field_definition_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.portal_engine.rest_api_field_definition_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.object.search_index_field_definition_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.portal_engine.object.search_index_field_definition_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.portal_engine.data-pool-service-locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.portal_engine.data-pool-service-locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\SizeEstimationCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\SizeEstimationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexRecreateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexRecreateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\Update\IndexUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\ProcessIndexQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\Update\ProcessIndexQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\Update\UpdateFrontendBuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\Update\UpdateFrontendBuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\PortalEngineBundle\Command\WizardCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Command\WizardCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAssetUploadFolderReviewingVoter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAssetUploadFolderReviewingVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolDownloadVoter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolDownloadVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolItemPermissionVoter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolItemPermissionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolVersionHistoryVoter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolVersionHistoryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\StatisticExplorerAccessVoter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\StatisticExplorerAccessVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Pimcore\Bundle\PortalEngineBundle\Form\ChangeUserDataForm"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Form\ChangeUserDataForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Pimcore\Bundle\PortalEngineBundle\Form\LoginForm"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Form\LoginForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Pimcore\Bundle\PortalEngineBundle\Form\RecoverPasswordForm"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Form\RecoverPasswordForm"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\CollectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\CollectionsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\CollectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\FrontendBuildController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\FrontendBuildController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\FrontendBuildController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\WizardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\WizardController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\WizardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\PortalController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PortalEngineBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\ContentExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\EditmodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\HeadTitleExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\HeadTitleExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\PortalImagesExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\PortalImagesExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\PortalLanguagesExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\PortalLanguagesExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\TranslatorExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\TranslatorExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\PortalEngineBundle\Twig\WebpackExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\Twig\WebpackExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AdminSettingsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AdminSettingsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AssetUpdateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AssetUpdateSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\BatchTaskSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\BatchTaskSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DeleteElementSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DeleteElementSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DenyPermissionsForFolders"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DenyPermissionsForFolders"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentCacheClearSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentCacheClearSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentConfigSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DocumentConfigSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DownloadTrackerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DownloadTrackerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\IndexUpdateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\IndexUpdateSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\ResponseExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\ResponseExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SaveUserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SaveUserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SizeEstimationStrategyListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SizeEstimationStrategyListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\StatisticsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\EventSubscriber\StatisticsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\FinishedHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\FinishedHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\ProcessChunkHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\ProcessChunkHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\StartHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\DeleteAsset\StartHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\FinishedHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\FinishedHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\ProcessChunkHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\ProcessChunkHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\StartHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\Download\StartHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\FinishedHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\FinishedHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\ProcessChunkHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\ProcessChunkHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\StartHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\RelocateAsset\StartHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\FinishedHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\FinishedHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\ProcessChunkHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\ProcessChunkHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\StartHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PortalEngineBundle\MessageHandler\BatchTask\UpdateAssetMetadata\StartHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\RecurringDatesTypeBundle\Command\MigrateTimeframerToReccuringDatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\RecurringDatesTypeBundle\Command\MigrateTimeframerToReccuringDatesCommand"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\RecurringDatesTypeBundle\Twig\HelperExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\RecurringDatesTypeBundle\Twig\HelperExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\QrCode\Command\ImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\QrCode\Command\ImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\QrCode\Controller\QrCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\QrCode\Controller\QrCodeController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\QrCode\Controller\QrCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\QrCode\Controller\QrDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\QrCode\Controller\QrDownloadController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\QrCode\Controller\QrDownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\QrCode\Controller\QrPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\QrCode\Controller\QrPreviewController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\QrCode\Controller\QrPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\LoggingClientApi\Controller\LoggingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\LoggingClientApi\Controller\LoggingController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\LoggingClientApi\Controller\LoggingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\AzureAuthBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\AzureAuthBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Elements\Bundle\AzureAuthBundle\Controller\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\AzureAuthBundle\Controller\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\AzureAuthBundle\EventSubscriber\PasswordChangeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\AzureAuthBundle\EventSubscriber\PasswordChangeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Elements\Bundle\AzureAuthBundle\Command\MigrateUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\AzureAuthBundle\Command\MigrateUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\HashCashBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\HashCashBundle\Controller\AjaxController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\HashCashBundle\Controller\AjaxController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Elements\Bundle\HashCashBundle\Twig\HashCashExtension"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\HashCashBundle\Twig\HashCashExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\BrochureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\BrochureController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\BrochureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\CartController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\DownloadController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\DownloadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\EventsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\EventsController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\EventsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\ImageController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\ListController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\MailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\MailController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\MailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\MapController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\RedirectController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\SnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\SnippetController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\SnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\TicketController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\TicketController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\Controller\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Elements\Bundle\DemiFrontendBundle\Controller\VersionController"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\Controller\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Elements\Bundle\DemiFrontendBundle\EventListener\DeviceDependentTemplateListener"; reason: abstract.
Removed service ".abstract.instanceof.Elements\Bundle\DemiFrontendBundle\EventListener\DeviceDependentTemplateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
260
Removed service "App\Controller\Demi\RedirectController"; reason: unused.
Removed service "App\EcommerceFramework\Checkout\Framework\PricingManager\DemiMandatoryAdditionalProduct"; reason: unused.
Removed service "demi_pimcore_command"; reason: unused.
Removed service "demi_log_download"; reason: unused.
Removed service "demi_import_specific"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "Http\Client\HttpClient"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service ".lock.default.store.2BORioJ"; reason: unused.
Removed service "lock.default.factory"; reason: unused.
Removed service "lock.default"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authentication.listener.anonymous"; reason: unused.
Removed service "security.authentication.provider.anonymous"; reason: unused.
Removed service "security.user_providers"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "doctrine.dbal.logger.chain"; reason: unused.
Removed service ".1_ServiceLocator~PVSZc9i"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.entity_manager_registry_loader"; reason: unused.
Removed service "cmf_routing.enhancer.default_controller"; reason: unused.
Removed service "cmf_routing.enhancer.explicit_template"; reason: unused.
Removed service "cmf_routing.enhancer.controllers_by_type"; reason: unused.
Removed service "cmf_routing.enhancer.controllers_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.controller_for_templates_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.templates_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.content_repository"; reason: unused.
Removed service "flysystem.adapter.lazy.factory"; reason: unused.
Removed service "var_dumper.server_connection"; reason: unused.
Removed service "Pimcore\Analytics\Google\Config\Config"; reason: unused.
Removed service "Pimcore\Sitemap\Document\Filter\DocumentTypeFilter"; reason: unused.
Removed service "Pimcore\Image\Optimizer\AdvancedPngOptimizer"; reason: unused.
Removed service "Pimcore\Image\Optimizer\CjpegOptimizer"; reason: unused.
Removed service "Pimcore\Image\Optimizer\JpegoptimOptimizer"; reason: unused.
Removed service "Pimcore\Image\Optimizer\PngCrushOptimizer"; reason: unused.
Removed service "Pimcore\Image\Optimizer\PngOutOptimizer"; reason: unused.
Removed service "Pimcore\Image\Optimizer\ZopflipngOptimizer"; reason: unused.
Removed service "pimcore.cache.adapter.pdo_tag_aware"; reason: unused.
Removed service "pimcore.cache.pool.app"; reason: unused.
Removed service "Pimcore\Targeting\Storage\Cookie\JsonCookieSaveHandler"; reason: unused.
Removed service "Pimcore\Targeting\Storage\SessionStorage"; reason: unused.
Removed service "Pimcore\Targeting\Storage\DbStorage"; reason: unused.
Removed service "Pimcore\Targeting\ActionHandler\AssignTargetGroup"; reason: unused.
Removed service "Pimcore\Targeting\Maintenance\TargetingStorageTask"; reason: unused.
Removed service "Pimcore\Twig\Extension\Templating\Placeholder\Container"; reason: unused.
Removed service "Elements\Bundle\ProcessManagerBundle\Executor\PimcoreCommand"; reason: unused.
Removed service "Elements\Bundle\ProcessManagerBundle\Executor\ClassMethod"; reason: unused.
Removed service "Elements\Bundle\ProcessManagerBundle\Executor\Logger\File"; reason: unused.
Removed service "Elements\Bundle\ProcessManagerBundle\Executor\Logger\Console"; reason: unused.
Removed service "Elements\Bundle\ProcessManagerBundle\Executor\Logger\Application"; reason: unused.
Removed service "Elements\Bundle\ProcessManagerBundle\Executor\Logger\EmailSummary"; reason: unused.
Removed service "Elements\Bundle\ProcessManagerBundle\Executor\Action\Download"; reason: unused.
Removed service "Elements\Bundle\ProcessManagerBundle\Executor\Action\OpenItem"; reason: unused.
Removed service "Elements\Bundle\ProcessManagerBundle\Executor\Action\JsEvent"; reason: unused.
Removed service "executionNote"; reason: unused.
Removed service "stylelab.security.user_provider"; reason: unused.
Removed service "Elements\Bundle\StyleLabBundle\Templating\Helper\Pattern"; reason: unused.
Removed service "Elements\Bundle\StyleLabBundle\Templating\Helper\ReturnPattern"; reason: unused.
Removed service "Elements\Bundle\JsonLdReloadedBundle\Service\ExpressionLanguage"; reason: unused.
Removed service "Elements\Bundle\JsonLdReloadedBundle\Event\JsonLdEvents"; reason: unused.
Removed service "Elements\Bundle\JsonLdReloadedBundle\Event\PreRenderEvent"; reason: unused.
Removed service "Elements\Bundle\JsonLdReloadedBundle\Event\TemplateEvent"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ImageDataType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetMetadataItem"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetTreeType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Group"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentTreeType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentLinkInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\GeopointInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectTreeType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HotspotType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HrefType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\UrlSlugType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentPageInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputType\ImageInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Wysiwyg"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ElementPropertyType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\HotspotMetadataType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DataObjectType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\CheckboxType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextareaType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\SelectType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\ElementTag"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Environment"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartFactory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceCalculatorFactory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\ThrowExceptionStrategy"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\AlwaysRecreateOrderStrategy"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\SynonymProvider\FileSynonymProvider"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch7"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetter"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequence"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetterSequenceToMultiselect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultClassificationAttributeGetter"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\TagsGetter"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\AssetId"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultClassificationStore"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultObjects"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultRelations"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultStructuredTable"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\IdList"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Numeric"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectId"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectIdSum"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectValue"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Round"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Soundex"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\StructuredTable"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Input"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectFromMultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\MultiSelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRange"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\NumberRangeSelection"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\Select"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectCategory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectClassificationStoreAttributes"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectFromMultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\ElasticSearch\SelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRange"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRangeSelection"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\Select"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectCategory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectCategory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterService"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\ListHelper"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\EnhancedEcommerce"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\Ecommerce"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\UniversalEcommerce"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\GoogleTagManager"; reason: unused.
Removed service "CustomerManagementFrameworkBundle\Security\Authentication\LoginManager"; reason: unused.
Removed service "cmf.security.user_provider"; reason: unused.
Removed service "cmf.security.user_password_encoder_factory"; reason: unused.
Removed service "CustomerManagementFrameworkBundle\Security\SsoIdentity\DefaultSsoIdentityService"; reason: unused.
Removed service "Pimcore\Bundle\StatisticsExplorerBundle\StatisticsStorageAdapter\Worker\MySqlListWorker"; reason: unused.
Removed service "Pimcore\Bundle\StatisticsExplorerBundle\StatisticsStorageAdapter\Worker\MySqlStatisticWorker"; reason: unused.
Removed service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\FieldDefinitionAdapter\ManyToOneRelationAdapter"; reason: unused.
Removed service "Pimcore\Bundle\PortalEngineBundle\Service\Messenger\Middleware\CollectGarbageMiddleware"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\Payment\Datatrans"; reason: unused.
Removed service "Pimcore\Bundle\NumberSequenceGeneratorBundle\Generator"; reason: unused.
Removed service "Pimcore\Bundle\NumberSequenceGeneratorBundle\RandomGenerator"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service ".service_locator.Tfj_xTh"; reason: unused.
Removed service ".service_locator.GviRLwu"; reason: unused.
Removed service ".service_locator.I15hfce"; reason: unused.
Removed service ".service_locator.BJGnOT3"; reason: unused.
Removed service ".service_locator.1I2qiHV"; reason: unused.
Removed service ".service_locator.JgBZUjj"; reason: unused.
Removed service ".service_locator.XfMA9rM"; reason: unused.
Removed service ".service_locator.B2N.LKQ"; reason: unused.
Removed service ".service_locator.gF2Fepa"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.C8jvH_m"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.UkE3SaZ"; reason: unused.
934
Inlined service "App\Demi\Service\Tracking" to "Elements\Bundle\DemiFrontendBundle\Twig\DemiTrackingExtension".
Inlined service ".service_locator.Z3eEsyj.App\Controller\Admin\AdminTourController" to "App\Controller\Admin\AdminTourController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\ArrivalController" to "App\Controller\ArrivalController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\BToBController" to "App\Controller\BToBController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\BusController" to "App\Controller\BusController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\Cinestyria\CinestyriaActorsController" to "App\Controller\Cinestyria\CinestyriaActorsController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\Cinestyria\CinestyriaCompaniesController" to "App\Controller\Cinestyria\CinestyriaCompaniesController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\Cinestyria\CinestyriaController" to "App\Controller\Cinestyria\CinestyriaController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\Cinestyria\CinestyriaFormController" to "App\Controller\Cinestyria\CinestyriaFormController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\Cinestyria\CinestyriaLocationsController" to "App\Controller\Cinestyria\CinestyriaLocationsController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\Cinestyria\CinestyriaTeamsController" to "App\Controller\Cinestyria\CinestyriaTeamsController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\CommunityController" to "App\Controller\CommunityController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\ContentController" to "App\Controller\ContentController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\ConventionController" to "App\Controller\ConventionController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\DownloadController" to "App\Controller\DownloadController".
Inlined service ".service_locator.oafe0zm.App\Controller\EvalancheController" to "App\Controller\EvalancheController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\FEController" to "App\Controller\FEController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\FormController" to "App\Controller\FormController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\InteractiveMapController" to "App\Controller\InteractiveMapController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\MagazineController" to "App\Controller\MagazineController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\MudabaController" to "App\Controller\MudabaController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\PackageController" to "App\Controller\PackageController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\PimcoreExperiencePortalController" to "App\Controller\PimcoreExperiencePortalController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\PressController" to "App\Controller\PressController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\PriceCompetitionController" to "App\Controller\PriceCompetitionController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\RedirectController" to "App\Controller\RedirectController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\RenderletController" to "App\Controller\RenderletController".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "App\Controller\SEO\LandingpageGeneratorController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\SEO\LandingpageGeneratorController" to "App\Controller\SEO\LandingpageGeneratorController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\TestController" to "App\Controller\TestController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\TourController" to "App\Controller\TourController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\WeatherController" to "App\Controller\WeatherController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\WebcamController" to "App\Controller\WebcamController".
Inlined service ".service_locator.Z3eEsyj.App\Controller\YoungStyriaController" to "App\Controller\YoungStyriaController".
Inlined service "Pimcore\Sitemap\Document\DocumentUrlGenerator" to "Pimcore\Sitemap\Document\DocumentTreeGenerator".
Inlined service "Pimcore\Sitemap\Document\Filter\SiteRootFilter" to "Pimcore\Sitemap\Document\DocumentTreeGenerator".
Inlined service "Elements\Bundle\SeoHelperBundle\Sitemap\Element\Filter\SeoDocumentTypeFilter" to "Pimcore\Sitemap\Document\DocumentTreeGenerator".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "Pimcore\Routing\Loader\BundleRoutingLoader" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.5my1Gct" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.smLGMEV.router.default" to "router.default".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.7wzI3K4" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.portal_engine_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.pimcore_direct_edit_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.statistics_explorer_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.ZZlWOIP" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.RxcbaI8" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.Uz15ZJw" to "security.access_map".
Inlined service ".security.request_matcher.dioDQyB" to "security.access_map".
Inlined service ".security.request_matcher.jCQsfmG" to "security.access_map".
Inlined service ".security.request_matcher.DtPA6tq" to "security.access_map".
Inlined service ".security.request_matcher.rrZfUfG" to "security.access_map".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.exception_listener.pimcore_admin_webdav" to "security.firewall.map.context.pimcore_admin_webdav".
Inlined service "security.firewall.map.config.pimcore_admin_webdav" to "security.firewall.map.context.pimcore_admin_webdav".
Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.pimcore_admin".
Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.pimcore_admin".
Inlined service "security.authentication.success_handler.two_factor.pimcore_admin" to "security.authentication.listener.two_factor.pimcore_admin".
Inlined service "security.authentication.failure_handler.two_factor.pimcore_admin" to "security.authentication.listener.two_factor.pimcore_admin".
Inlined service "scheb_two_factor.null_csrf_token_manager" to "security.authentication.listener.two_factor.pimcore_admin".
Inlined service "security.exception_listener.pimcore_admin" to "security.firewall.map.context.pimcore_admin".
Inlined service "security.logout_listener.pimcore_admin" to "security.firewall.map.context.pimcore_admin".
Inlined service "security.firewall.map.config.pimcore_admin" to "security.firewall.map.context.pimcore_admin".
Inlined service "security.exception_listener.portal_engine" to "security.firewall.map.context.portal_engine".
Inlined service "security.logout_listener.portal_engine" to "security.firewall.map.context.portal_engine".
Inlined service "security.firewall.map.config.portal_engine" to "security.firewall.map.context.portal_engine".
Inlined service "security.exception_listener.cmf_webservice" to "security.firewall.map.context.cmf_webservice".
Inlined service "security.firewall.map.config.cmf_webservice" to "security.firewall.map.context.cmf_webservice".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiTrackingExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Pimcore\Twig\Extension\HelpersExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\DocumentEditableExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\PimcoreObjectExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\PimcoreToolExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\NavigationExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\GlossaryExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\HeaderExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\AssetCompressExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\WebsiteConfigExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\DumpExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\CacheExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\AssetHelperExtensions" to "twig".
Inlined service "Pimcore\Twig\Extension\DataObjectHelperExtensions" to "twig".
Inlined service "Pimcore\Twig\Extension\DocumentHelperExtensions" to "twig".
Inlined service "Pimcore\Twig\Extension\ImageThumbnailExtension" to "twig".
Inlined service "Twig\DeferredExtension\DeferredExtension" to "twig".
Inlined service "Twig\Extra\String\StringExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\AdminExtension" to "twig".
Inlined service "Elements\Bundle\JsConfigBundle\Twig\Extension\JsConfigExtension" to "twig".
Inlined service "Elements\Bundle\CssLoaderBundle\Twig\Extension\CssLoaderExtension" to "twig".
Inlined service "Elements\Bundle\JsonLdBundle\Twig\Extension\JsonLdExtension" to "twig".
Inlined service "Elements\Bundle\CmsToolsBundle\Twig\AreaBrickExtension" to "twig".
Inlined service "Elements\Bundle\CmsToolsBundle\Twig\CmsToolsHelperExtension" to "twig".
Inlined service "Elements\Bundle\CmsToolsBundle\Twig\AddBreadcrumbExtension" to "twig".
Inlined service "Elements\Bundle\CmsToolsBundle\Twig\ElementsLayoutExtension" to "twig".
Inlined service "Elements\Bundle\CmsToolsBundle\Twig\GetAssetExtension" to "twig".
Inlined service "Elements\Bundle\CmsToolsBundle\Twig\CarbonExtension" to "twig".
Inlined service "Elements\Bundle\CmsToolsBundle\Twig\StaticHelperExtension" to "twig".
Inlined service "Elements\Bundle\StyleLabBundle\Twig\Extension\DoNotTouchExtension" to "twig".
Inlined service "Elements\Bundle\StyleLabBundle\Twig\Extension\EmailPatternExtension" to "twig".
Inlined service "Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension" to "twig".
Inlined service "Elements\Bundle\StyleLabBundle\Twig\Extension\ImgExtension" to "twig".
Inlined service "Elements\Bundle\StyleLabBundle\Twig\Extension\JsonPatternExtension" to "twig".
Inlined service "Elements\Bundle\StyleLabBundle\Twig\Extension\NavigationExtension" to "twig".
Inlined service "Elements\Bundle\StyleLabBundle\Twig\Extension\PatternExtension" to "twig".
Inlined service "Elements\Bundle\BreadcrumbHelperBundle\Twig\Extension\BreadcrumbHelperExtension" to "twig".
Inlined service "Elements\Bundle\AlpsteinBundle\Twig\PoiExtension" to "twig".
Inlined service "Elements\Demi\Frontend\Twig\DemiConfigurationExtension" to "twig".
Inlined service "Elements\Demi\Frontend\Twig\DemiEventsExtension" to "twig".
Inlined service "Elements\Demi\Frontend\Twig\DemiInfrastructureExtension" to "twig".
Inlined service "Elements\Demi\Frontend\Twig\DemiTranslationExtension" to "twig".
Inlined service "Elements\Bundle\DateRangeHelperBundle\Twig\DateRangeExtension" to "twig".
Inlined service "CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension" to "twig".
Inlined service "CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension" to "twig".
Inlined service "Elements\Bundle\GoogleCseBundle\Twig\CseTemplateExtension" to "twig".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension" to "twig".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Twig\HeadTitleExtension" to "twig".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Twig\PortalImagesExtension" to "twig".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Twig\PortalLanguagesExtension" to "twig".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Twig\TranslatorExtension" to "twig".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Twig\WebpackExtension" to "twig".
Inlined service "Elements\Bundle\RecurringDatesTypeBundle\Twig\HelperExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiAccommodationExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiAccommodationJsonLdExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiAccommodationResultSetExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiAdditionalServiceExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiAdditionalServiceResultSetExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiCancellationExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiCheckoutFormExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiConditionExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiConfigurationExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiEventJsonLdExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiEventsExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiFilterExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiFrontendExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiInfrastructureExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiInfrastructureJsonLdExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiPagingExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiPaymentExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiProductJsonLdExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiRatingExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiRedirectExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiSeoExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiStarsExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiStateExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiTeaserExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiTicketingExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\DemiUrlExtension" to "twig".
Inlined service "Elements\Bundle\DemiFrontendBundle\Twig\SortFactoryNearbySearchExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.Ru100Lj" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.handler.demi_commands_symfony" to "monolog.handler.demi_commands_buffered".
Inlined service "monolog.formatter.html" to "monolog.handler.demi_commands_symfony".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.0l15ozQ" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.logger.chain.demi_vacancies" to "doctrine.dbal.demi_vacancies_connection.configuration".
Inlined service "doctrine.dbal.demi_vacancies_schema_asset_filter_manager" to "doctrine.dbal.demi_vacancies_connection.configuration".
Inlined service ".service_locator.7RdHidR" to "doctrine.dbal.demi_vacancies_connection.event_manager".
Inlined service "doctrine.dbal.demi_vacancies_connection.configuration" to "doctrine.dbal.demi_vacancies_connection".
Inlined service "doctrine.dbal.demi_vacancies_connection.event_manager" to "doctrine.dbal.demi_vacancies_connection".
Inlined service ".service_locator.Xbsa8iG" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.portal_engine.metadata" to "doctrine.orm.portal_engine_configuration".
Inlined service ".doctrine.orm.portal_engine_metadata_driver" to "doctrine.orm.portal_engine_configuration".
Inlined service "doctrine.orm.portal_engine_entity_listener_resolver" to "doctrine.orm.portal_engine_configuration".
Inlined service "cache.doctrine.orm.portal_engine.result.recorder_inner" to "cache.doctrine.orm.portal_engine.result".
Inlined service "cache.doctrine.orm.portal_engine.query.recorder_inner" to "cache.doctrine.orm.portal_engine.query".
Inlined service "doctrine.orm.portal_engine_configuration" to "doctrine.orm.portal_engine_entity_manager".
Inlined service "doctrine.orm.portal_engine_manager_configurator" to "doctrine.orm.portal_engine_entity_manager".
Inlined service "cache.doctrine.orm.pimcore_direct_edit.metadata" to "doctrine.orm.pimcore_direct_edit_configuration".
Inlined service ".doctrine.orm.pimcore_direct_edit_metadata_driver" to "doctrine.orm.pimcore_direct_edit_configuration".
Inlined service "doctrine.orm.pimcore_direct_edit_entity_listener_resolver" to "doctrine.orm.pimcore_direct_edit_configuration".
Inlined service "cache.doctrine.orm.pimcore_direct_edit.result.recorder_inner" to "cache.doctrine.orm.pimcore_direct_edit.result".
Inlined service "cache.doctrine.orm.pimcore_direct_edit.query.recorder_inner" to "cache.doctrine.orm.pimcore_direct_edit.query".
Inlined service "doctrine.orm.pimcore_direct_edit_configuration" to "doctrine.orm.pimcore_direct_edit_entity_manager".
Inlined service "doctrine.orm.pimcore_direct_edit_manager_configurator" to "doctrine.orm.pimcore_direct_edit_entity_manager".
Inlined service "cache.doctrine.orm.statistics_explorer.metadata" to "doctrine.orm.statistics_explorer_configuration".
Inlined service ".doctrine.orm.statistics_explorer_metadata_driver" to "doctrine.orm.statistics_explorer_configuration".
Inlined service "doctrine.orm.statistics_explorer_entity_listener_resolver" to "doctrine.orm.statistics_explorer_configuration".
Inlined service "cache.doctrine.orm.statistics_explorer.result.recorder_inner" to "cache.doctrine.orm.statistics_explorer.result".
Inlined service "cache.doctrine.orm.statistics_explorer.query.recorder_inner" to "cache.doctrine.orm.statistics_explorer.query".
Inlined service "doctrine.orm.statistics_explorer_configuration" to "doctrine.orm.statistics_explorer_entity_manager".
Inlined service "doctrine.orm.statistics_explorer_manager_configurator" to "doctrine.orm.statistics_explorer_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.connection_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "Pimcore\Bundle\CoreBundle\Request\ParamConverter\DataObjectParamConverter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "cmf_routing.nested_matcher" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.generator" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.enhancer.route_content" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.final_matcher" to "cmf_routing.nested_matcher".
Inlined service "cmf_routing.matcher.dummy_collection" to "cmf_routing.final_matcher".
Inlined service "cmf_routing.matcher.dummy_context" to "cmf_routing.final_matcher".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "scheb_two_factor.default_handler_condition" to "scheb_two_factor.condition_handler".
Inlined service "scheb_two_factor.default_ip_whitelist_provider" to "scheb_two_factor.ip_whitelist_handler".
Inlined service "scheb_two_factor.security.google_totp_factory" to "scheb_two_factor.security.google_authenticator".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "flysystem.adapter.pimcore.document_static.storage" to "pimcore.document_static.storage".
Inlined service "flysystem.adapter.pimcore.asset.storage" to "pimcore.asset.storage".
Inlined service "flysystem.adapter.pimcore.asset_cache.storage" to "pimcore.asset_cache.storage".
Inlined service "flysystem.adapter.pimcore.thumbnail.storage" to "pimcore.thumbnail.storage".
Inlined service "flysystem.adapter.pimcore.version.storage" to "pimcore.version.storage".
Inlined service "flysystem.adapter.pimcore.recycle_bin.storage" to "pimcore.recycle_bin.storage".
Inlined service "flysystem.adapter.pimcore.admin.storage" to "pimcore.admin.storage".
Inlined service "flysystem.adapter.pimcore.email_log.storage" to "pimcore.email_log.storage".
Inlined service "flysystem.adapter.pimcore.temp.storage" to "pimcore.temp.storage".
Inlined service "flysystem.adapter.pimcore.portalEngine.download.storage" to "pimcore.portalEngine.download.storage".
Inlined service "flysystem.adapter.pimcore.dataImporter.upload.storage" to "pimcore.dataImporter.upload.storage".
Inlined service "flysystem.adapter.pimcore.dataImporter.preview.storage" to "pimcore.dataImporter.preview.storage".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "Pimcore\Session\SessionConfigurator" to "session".
Inlined service "app.session.configurator.session" to "Pimcore\Session\SessionConfigurator".
Inlined service "Pimcore\Bundle\AdminBundle\Session\AdminSessionBagConfigurator" to "Pimcore\Session\SessionConfigurator".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\Tools\SessionConfigurator" to "Pimcore\Session\SessionConfigurator".
Inlined service "Elements\Bundle\AzureAuthBundle\EventSubscriber\SessionBagSubscriber" to "Pimcore\Session\SessionConfigurator".
Inlined service "pimcore_admin.security.password_encoder_factory" to "pimcore.security.encoder_factory".
Inlined service "pimcore.security.password_hasher_factory.inner" to "pimcore.security.password_hasher_factory".
Inlined service ".service_locator.E.kRiMr.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" to "Pimcore\Bundle\CoreBundle\Controller\PublicServicesController".
Inlined service "Pimcore\Translation\ExportDataExtractorService\DataExtractor\DataObjectDataExtractor" to "Pimcore\Translation\ExportDataExtractorService\ExportDataExtractorServiceInterface".
Inlined service "Pimcore\Translation\ExportDataExtractorService\DataExtractor\DocumentDataExtractor" to "Pimcore\Translation\ExportDataExtractorService\ExportDataExtractorServiceInterface".
Inlined service "Pimcore\Translation\ExportDataExtractorService\ExportDataExtractorServiceInterface" to "Pimcore\Translation\ExportService\ExportServiceInterface".
Inlined service "Pimcore\Translation\ImporterService\Importer\DataObjectImporter" to "Pimcore\Translation\ImporterService\ImporterServiceInterface".
Inlined service "Pimcore\Translation\ImporterService\Importer\DocumentImporter" to "Pimcore\Translation\ImporterService\ImporterServiceInterface".
Inlined service "Pimcore\Translation\ImportDataExtractor\TranslationItemResolver\TranslationItemResolverInterface" to "Pimcore\Translation\ImportDataExtractor\ImportDataExtractorInterface".
Inlined service "Pimcore\Mail\Plugins\RedirectingPlugin" to "Pimcore\Mail\Mailer".
Inlined service "Symfony\Component\Lock\PersistingStoreInterface" to "Symfony\Component\Lock\LockFactory".
Inlined service "Pimcore\Config\BundleConfigLocator" to "Pimcore\Routing\Loader\BundleRoutingLoader".
Inlined service "workflow.security.expression_language" to "Pimcore\Workflow\ExpressionService".
Inlined service "workflow.support_strategy.authorization_checker" to "Pimcore\Workflow\ExpressionService".
Inlined service "Pimcore\Workflow\Notification\PimcoreNotificationService" to "Pimcore\Workflow\EventSubscriber\NotificationSubscriber".
Inlined service "Pimcore\Composer\PackageInfo" to "Pimcore\Extension\Bundle\PimcoreBundleLocator".
Inlined service "Pimcore\Extension\Bundle\Config\StateConfig" to "Pimcore\Extension\Bundle\PimcoreBundleManager".
Inlined service "Pimcore\Extension\Bundle\PimcoreBundleLocator" to "Pimcore\Extension\Bundle\PimcoreBundleManager".
Inlined service "Pimcore\Log\Processor\ApplicationLoggerProcessor" to "Pimcore\Log\Handler\ApplicationLoggerDb".
Inlined service "pimcore.app_logger.introspection_processor" to "Pimcore\Log\Handler\ApplicationLoggerDb".
Inlined service "Pimcore\Http\Context\PimcoreContextGuesser" to "Pimcore\Http\Request\Resolver\PimcoreContextResolver".
Inlined service "Pimcore\Model\Document\Editable\Loader\EditableLoader.prefix_loader" to "Pimcore\Model\Document\Editable\Loader\EditableLoader".
Inlined service "pimcore.implementation_loader.object.data.prefix_loader" to "pimcore.implementation_loader.object.data".
Inlined service "pimcore.implementation_loader.object.data.class_map_loader" to "pimcore.implementation_loader.object.data".
Inlined service "pimcore.implementation_loader.asset.metadata.data.class_map_loader" to "pimcore.implementation_loader.asset.metadata.data".
Inlined service "pimcore.implementation_loader.object.layout.prefix_loader" to "pimcore.implementation_loader.object.layout".
Inlined service "Pimcore\HttpKernel\BundleLocator\BundleLocator" to "Pimcore\Document\Editable\EditableHandler".
Inlined service "Pimcore\HttpKernel\WebPathResolver" to "Pimcore\Document\Editable\EditableHandler".
Inlined service "Pimcore\Translation\TranslationEntriesDumper" to "Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener".
Inlined service "Pimcore\Cache\FullPage\SessionStatus" to "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener".
Inlined service ".service_locator.N1njni9" to "Pimcore\Sitemap\EventListener\SitemapGeneratorListener".
Inlined service "Pimcore\Sitemap\UrlGenerator" to "Pimcore\Sitemap\Document\DocumentUrlGenerator".
Inlined service "Pimcore\Image\Optimizer\SpatieImageOptimizer" to "Pimcore\Image\Optimizer".
Inlined service "Pimcore\Maintenance\Tasks\ScheduledTasksTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\LogMailMaintenanceTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\LogCleanupTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\LogErrorCleanupTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\LogArchiveTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\CleanupBrickTablesTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\CleanupClassificationstoreTablesTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\CleanupFieldcollectionTablesTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\VersionsCleanupTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\VersionsCleanupStackTraceDbTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\RedirectCleanupTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\DbCleanupBrokenViewsTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\TmpStoreCleanupTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\HousekeepingTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\LowQualityImagePreviewTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\StaticPagesGenerationTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\FullTextIndexOptimizeTask" to "Pimcore\Maintenance\Executor".
Inlined service "Elements\Bundle\DemiBundle\Maintenance\CleanupCustomerTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupPendingOrdersTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupVouchersTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Maintenance\CleanupInvalidCartItemsTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Maintenance\CleanupOutdatedBatchTasksTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Maintenance\CleanupOutdatedZipFilesTask" to "Pimcore\Maintenance\Executor".
Inlined service "Elements\Bundle\RecurringDatesTypeBundle\Maintenance\MaintenanceTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\DataImporterBundle\Maintenance\RestartQueueWorkersTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Maintenance\CheckSubscriptionStatusTask" to "Pimcore\Maintenance\Executor".
Inlined service "pimcore.cache.adapter.null" to "pimcore.cache.adapter.null_tag_aware".
Inlined service "Pimcore\Cache\Core\WriteLock" to "Pimcore\Cache\Core\CoreCacheHandler".
Inlined service ".service_locator.kdHTR1k" to "Pimcore\Element\MarshallerService".
Inlined service "Pimcore\DataObject\ClassBuilder\FieldDefinitionPropertiesBuilderInterface" to "Pimcore\DataObject\ClassBuilder\ClassBuilderInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\FieldDefinitionBuilderInterface" to "Pimcore\DataObject\ClassBuilder\ClassBuilderInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\ListingClassFieldDefinitionBuilderInterface" to "Pimcore\DataObject\ClassBuilder\ListingClassBuilderInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\ClassBuilderInterface" to "Pimcore\DataObject\ClassBuilder\PHPClassDumperInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\ListingClassBuilderInterface" to "Pimcore\DataObject\ClassBuilder\PHPClassDumperInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\FieldCollectionClassBuilderInterface" to "Pimcore\DataObject\ClassBuilder\PHPFieldCollectionClassDumperInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\ObjectBrickClassBuilderInterface" to "Pimcore\DataObject\ClassBuilder\PHPObjectBrickClassDumperInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\ObjectBrickContainerClassBuilderInterface" to "Pimcore\DataObject\ClassBuilder\PHPObjectBrickContainerClassDumperInterface".
Inlined service "Pimcore\Targeting\Storage\Cookie\JWTCookieSaveHandler" to "Pimcore\Targeting\Storage\CookieStorage".
Inlined service ".service_locator.UWYoxVl" to "Pimcore\Targeting\DataLoader".
Inlined service "GeoIp2\Database\Reader" to "Pimcore\Targeting\DataProvider\GeoIp".
Inlined service "Pimcore\Targeting\ConditionFactory" to "Pimcore\Targeting\ConditionMatcher".
Inlined service "pimcore.targeting.condition_matcher.expression_language" to "Pimcore\Targeting\ConditionMatcher".
Inlined service ".service_locator.zukpGBF" to "Pimcore\Targeting\ActionHandler\DelegatingActionHandler".
Inlined service "Pimcore\Targeting\Debug\Override\DocumentTargetingOverrideHandler" to "Pimcore\Targeting\Debug\OverrideHandler".
Inlined service "Pimcore\Targeting\Debug\Override\LanguageOverrideHandler" to "Pimcore\Targeting\Debug\OverrideHandler".
Inlined service "Pimcore\Targeting\Debug\Override\DeviceOverrideHandler" to "Pimcore\Targeting\Debug\OverrideHandler".
Inlined service "Pimcore\Targeting\Debug\Override\LocationOverrideHandler" to "Pimcore\Targeting\Debug\OverrideHandler".
Inlined service "Pimcore\Targeting\VisitorInfoResolver" to "Pimcore\Targeting\EventListener\TargetingListener".
Inlined service "Pimcore\Targeting\Code\TargetingCodeGenerator" to "Pimcore\Targeting\EventListener\TargetingListener".
Inlined service "Pimcore\Tool\Glossary\Processor" to "Pimcore\Twig\Extension\GlossaryExtension".
Inlined service "Pimcore\Navigation\Builder" to "Pimcore\Twig\Extension\Templating\Navigation".
Inlined service "pimcore.templating.navigation.renderer_locator" to "Pimcore\Twig\Extension\Templating\Navigation".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\NewsletterController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintcontainerController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PrintpageController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\External\AdminerController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\External\OpcacheController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\LogController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\LogController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\RedirectsController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\TargetingController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\UserController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController" to "Pimcore\Bundle\AdminBundle\Controller\ExtensionManager\ExtensionManagerController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController" to "Pimcore\Bundle\AdminBundle\Controller\Reports\AnalyticsController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController" to "Pimcore\Bundle\AdminBundle\Controller\Reports\CustomReportController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController" to "Pimcore\Bundle\AdminBundle\Controller\Reports\SettingsController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController" to "Pimcore\Bundle\AdminBundle\Controller\Searchadmin\SearchController".
Inlined service ".service_locator.8N0eUf3" to "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Manager".
Inlined service "pimcore_admin.serializer.normalizer.reference_loop" to "Pimcore\Admin\Serializer".
Inlined service "pimcore_admin.serializer.encoder.json" to "Pimcore\Admin\Serializer".
Inlined service ".service_locator.Q9.i23." to "Pimcore\DataObject\GridColumnConfig\Service".
Inlined service ".service_locator.ETifq8x" to "Pimcore\DataObject\GridColumnConfig\Service".
Inlined service ".service_locator.oafe0zm.Elements\Bundle\ProcessManagerBundle\Controller\CallbackSettingsController" to "Elements\Bundle\ProcessManagerBundle\Controller\CallbackSettingsController".
Inlined service ".service_locator.oafe0zm.Elements\Bundle\ProcessManagerBundle\Controller\ConfigController" to "Elements\Bundle\ProcessManagerBundle\Controller\ConfigController".
Inlined service ".service_locator.oafe0zm.Elements\Bundle\ProcessManagerBundle\Controller\IndexController" to "Elements\Bundle\ProcessManagerBundle\Controller\IndexController".
Inlined service ".service_locator.oafe0zm.Elements\Bundle\ProcessManagerBundle\Controller\MonitoringItemController" to "Elements\Bundle\ProcessManagerBundle\Controller\MonitoringItemController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\ProcessManagerBundle\Controller\RestController" to "Elements\Bundle\ProcessManagerBundle\Controller\RestController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\StyleLabBundle\Controller\IndexController" to "Elements\Bundle\StyleLabBundle\Controller\IndexController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\StyleLabBundle\Controller\MdController" to "Elements\Bundle\StyleLabBundle\Controller\MdController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\StyleLabBundle\Controller\SearchController" to "Elements\Bundle\StyleLabBundle\Controller\SearchController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\StyleLabBundle\Controller\StateController" to "Elements\Bundle\StyleLabBundle\Controller\StateController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\StyleLabBundle\Controller\TagsController" to "Elements\Bundle\StyleLabBundle\Controller\TagsController".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\StateHelper" to "Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\CustomerStateHelper" to "Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\GetFileSource" to "Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\MdFileHelper" to "Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\GetRenderedSource" to "Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\GetJsonSource" to "Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\TagsForTemplate" to "Elements\Bundle\StyleLabBundle\Twig\Extension\GeneralHelperExtension".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\Img" to "Elements\Bundle\StyleLabBundle\Twig\Extension\ImgExtension".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\JsonPattern" to "Elements\Bundle\StyleLabBundle\Twig\Extension\JsonPatternExtension".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\LayoutHelper" to "Elements\Bundle\StyleLabBundle\Twig\Extension\LayoutExtension".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController" to "Elements\Bundle\JsonLdReloadedBundle\Controller\DefaultController".
Inlined service "Elements\Bundle\JsonLdReloadedBundle\JsonLd\TemplateResolver" to "Elements\Bundle\JsonLdReloadedBundle\JsonLd\TemplateRenderer".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController" to "Elements\Bundle\ErrorPageBundle\Controller\DefaultErrorPageController".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\AssetFieldHelper" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DocumentFieldHelper" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DataObjectFieldHelper" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.gV6gaE7" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.wsRgTGY" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.kXPLtjL" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.Ab5RU3V" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.PCfOZMy" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.s5lZjmf" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.TSdTWV3" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.oTTo.H7" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.VyHzrng" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoTypeDataType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\PageType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\LinkType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\EmailType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\HardlinkType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\SnippetType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Feature" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectsType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataType" to "pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_areablock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\LinkDataType" to "pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_link".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataType" to "pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_scheduledblock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataInputType" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_areablock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Areablock" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_areablock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Block" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_block".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Embed" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_embed".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Image" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_image".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Multiselect" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_multiselect".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataInputType" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_scheduledblock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Scheduledblock" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_scheduledblock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Select" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_select".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" to "Pimcore\Bundle\DataHubBundle\Controller\ConfigController".
Inlined service ".service_locator.mx0UMmY.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" to "Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController".
Inlined service ".service_locator.Z3eEsyj.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" to "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController".
Inlined service "Elements\Bundle\BreadcrumbHelperBundle\Templating\Helper\BreadcrumbHelper" to "Elements\Bundle\BreadcrumbHelperBundle\Twig\Extension\BreadcrumbHelperExtension".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\CookieBarBundle\Controller\DefaultController" to "Elements\Bundle\CookieBarBundle\Controller\DefaultController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController" to "Elements\Bundle\AlpsteinBundle\Controller\AlpsteinController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController" to "Elements\Bundle\UniversalLicenseBundle\Controller\LicenseController".
Inlined service ".service_locator.oafe0zm.Elements\Bundle\DemiBundle\Controller\DocumentationController" to "Elements\Bundle\DemiBundle\Controller\DocumentationController".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" to "Elements\Demi\EcommerceFramework\Checkout\Order\OrderManager".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController".
Inlined service ".service_locator.Z3eEsyj.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController".
Inlined service ".service_locator.nq9_8dm.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController".
Inlined service "pimcore_ecommerce.locator.index_service.getters" to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory".
Inlined service "pimcore_ecommerce.locator.index_service.interpreters" to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory".
Inlined service ".service_locator.wkE5ijp" to "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface".
Inlined service ".service_locator.0kDU1g8" to "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface".
Inlined service ".service_locator.ALj0TTQ" to "Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocatorInterface".
Inlined service ".service_locator.QXDLRHE" to "pimcore_ecommerce.locator.price_system".
Inlined service ".service_locator.MhdNWR1" to "pimcore_ecommerce.locator.availability_system".
Inlined service ".service_locator.6DoZ5JC" to "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocatorInterface".
Inlined service ".service_locator.Kbj2Pij" to "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory" to "pimcore_ecommerce.index_service.default.config".
Inlined service "pimcore_ecommerce.index_service.default.config" to "pimcore_ecommerce.index_service.default.worker".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterGroupHelper" to "pimcore_ecommerce.filter_service.default".
Inlined service ".service_locator.rQv8dBt" to "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Admin" to "CustomerManagementFrameworkBundle\Controller\Admin".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" to "CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" to "CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" to "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" to "CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" to "CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" to "CustomerManagementFrameworkBundle\Controller\Admin\HelperController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" to "CustomerManagementFrameworkBundle\Controller\Admin\RulesController".
Inlined service ".service_locator._V2Yi6O.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" to "CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" to "CustomerManagementFrameworkBundle\Controller\Admin\SettingsController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" to "CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController".
Inlined service ".service_locator.Z3eEsyj.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" to "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" to "CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" to "CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController".
Inlined service ".service_locator.oafe0zm.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" to "CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController".
Inlined service "app.cmf.evalanche.handler.steiermarkpool" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.familienurlaub" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.convention" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.schladmingdachstein" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.thermenvulkanland" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.suedsteiermark" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.oststeiermark" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.murtal" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.murau" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.hochsteiermark" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.graz" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.gesaeuse" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service "app.cmf.evalanche.handler.erzbergleoben" to "CustomerManagementFrameworkBundle\Newsletter\Manager\NewsletterManagerInterface".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" to "Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\GoogleCseBundle\Controller\CseController" to "Elements\Bundle\GoogleCseBundle\Controller\CseController".
Inlined service ".service_locator.E.kRiMr.Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController" to "Pimcore\Bundle\StatisticsExplorerBundle\Controller\StatisticsController".
Inlined service "pimcore.portal_engine.statistics_explorer.datasources.logins" to "Pimcore\Bundle\StatisticsExplorerBundle\Service\StatisticsService".
Inlined service "pimcore.portal_engine.statistics_explorer.datasources.assets-type" to "Pimcore\Bundle\StatisticsExplorerBundle\Service\StatisticsService".
Inlined service "pimcore.portal_engine.statistics_explorer.datasources.class-definitions" to "Pimcore\Bundle\StatisticsExplorerBundle\Service\StatisticsService".
Inlined service "pimcore.portal_engine.statistics_explorer.datasources.asset-update" to "Pimcore\Bundle\StatisticsExplorerBundle\Service\StatisticsService".
Inlined service "pimcore.portal_engine.statistics_explorer.datasources.download" to "Pimcore\Bundle\StatisticsExplorerBundle\Service\StatisticsService".
Inlined service "Pimcore\Bundle\StatisticsExplorerBundle\Service\ConfigurationEntityService" to "Pimcore\Bundle\StatisticsExplorerBundle\Service\ConfigurationLoaderService".
Inlined service "Pimcore\Bundle\StatisticsExplorerBundle\User\PimcoreUserProvider" to "Pimcore\Bundle\StatisticsExplorerBundle\Service\UserProviderLocatorService".
Inlined service "pimcore.portal_engine.statistics_explorer.userprovider_portal_engine" to "Pimcore\Bundle\StatisticsExplorerBundle\Service\UserProviderLocatorService".
Inlined service "Pimcore\Bundle\DirectEditBundle\Service\Permission\PimcoreBackendPermissionService" to "Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController" to "Pimcore\Bundle\DirectEditBundle\Controller\AssetEditController".
Inlined service ".service_locator.Z3eEsyj.Pimcore\Bundle\DirectEditBundle\Controller\ClientController" to "Pimcore\Bundle\DirectEditBundle\Controller\ClientController".
Inlined service "Pimcore\Bundle\DirectEditBundle\Service\PublishService" to "Pimcore\Bundle\DirectEditBundle\Service\ClientCommunicationService".
Inlined service ".service_locator.oafe0zm.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController" to "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\BackendController".
Inlined service ".service_locator.mx0UMmY.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController" to "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\DefaultController".
Inlined service "pimcore_asset_metadata_classdefinitions.implementation_loader.data.class_map_loader" to "pimcore_asset_metadata_classdefinitions.implementation_loader.data".
Inlined service "pimcore_asset_metadata_classdefinitions.implementation_loader.layout.class_map_loader" to "pimcore_asset_metadata_classdefinitions.implementation_loader.layout".
Inlined service "pimcore.portal_engine.asset.search_index_field_definition_locator" to "Pimcore\Bundle\PortalEngineBundle\Service\Asset\SearchIndexFieldDefinitionService".
Inlined service "pimcore.portal_engine.rest_api_metadata_definition_locator" to "Pimcore\Bundle\PortalEngineBundle\Service\Asset\RestApiMetadataDefinitionService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Asset\RestApiMetadataDefinitionService" to "Pimcore\Bundle\PortalEngineBundle\Service\Asset\MetadataService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Security\DirectEditPermissionService" to "Pimcore\Bundle\PortalEngineBundle\Service\Asset\DirectEditConnectorInterface".
Inlined service "pimcore.portal_engine.rest_api_field_definition_locator" to "Pimcore\Bundle\PortalEngineBundle\Service\DataObject\RestApiFieldDefinitionService".
Inlined service "pimcore.portal_engine.object.search_index_field_definition_locator" to "Pimcore\Bundle\PortalEngineBundle\Service\DataObject\SearchIndexFieldDefinitionService".
Inlined service "pimcore.portal_engine.data-pool-service-locator" to "Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DataPoolService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\DataObject\Export\ExportService" to "Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DataObject".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\SearchIndex\Asset\Export\ExportService" to "Pimcore\Bundle\PortalEngineBundle\Service\DataPool\Asset".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DownloadFormat\CsvDownloadFormat" to "Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DownloadFormatHandler".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DownloadFormat\JsonDownloadFormat" to "Pimcore\Bundle\PortalEngineBundle\Service\DataPool\DownloadFormatHandler".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Content\PageConfigService" to "Pimcore\Bundle\PortalEngineBundle\Service\Content\NavigationService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\DataObject\UrlExtractorService" to "Pimcore\Bundle\PortalEngineBundle\Service\Element\UrlExtractorService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\DataObject\FieldcollectionLayoutService" to "Pimcore\Bundle\PortalEngineBundle\Service\Rest\Api\DataObject\DetailHandler".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\DataObject\ObjectbrickLayoutService" to "Pimcore\Bundle\PortalEngineBundle\Service\Rest\Api\DataObject\DetailHandler".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\ProcessNotificationActionHandler\Download" to "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\BatchTaskService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\ProcessNotificationActionHandler\UpdateAssetMetadata" to "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\BatchTaskService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\ProcessNotificationActionHandler\DeleteAsset" to "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\BatchTaskService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\ProcessNotificationActionHandler\RelocateAsset" to "Pimcore\Bundle\PortalEngineBundle\Service\BatchTask\BatchTaskService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\StructuredDataProvider" to "Pimcore\Bundle\PortalEngineBundle\Service\Download\DownloadProviderService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\AssetThumbnailsProvider" to "Pimcore\Bundle\PortalEngineBundle\Service\Download\DownloadProviderService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Download\Generator\StructuredDataGenerator" to "Pimcore\Bundle\PortalEngineBundle\Service\Download\DownloadService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\DataObjectFieldExtractor\ImageExtractor" to "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\DataObjectFieldsProvider".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\DataObjectFieldExtractor\VideoExtractor" to "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\DataObjectFieldsProvider".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\DataObjectFieldExtractor\ManyToManyRelationExtractor" to "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\DataObjectFieldsProvider".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\DataObjectFieldExtractor\ManyToOneRelationExtractor" to "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\DataObjectFieldsProvider".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\DataObjectFieldExtractor\LocalizedfieldsExtractor" to "Pimcore\Bundle\PortalEngineBundle\Service\Download\Provider\DataObjectFieldsProvider".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Download\SizeEstimation\ExactSizeEstimationAdapter" to "Pimcore\Bundle\PortalEngineBundle\Service\Download\SizeEstimation\PercentileDependenciesSizeEstimationStrategy".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController" to "Pimcore\Bundle\PortalEngineBundle\Controller\AbstractSiteController".
Inlined service ".service_locator.7q0jroc.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\CollectionsController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Admin\CollectionsController".
Inlined service ".service_locator.7q0jroc.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\FrontendBuildController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Admin\FrontendBuildController".
Inlined service ".service_locator.7q0jroc.Pimcore\Bundle\PortalEngineBundle\Controller\Admin\WizardController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Admin\WizardController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\AuthController" to "Pimcore\Bundle\PortalEngineBundle\Controller\AuthController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController" to "Pimcore\Bundle\PortalEngineBundle\Controller\CollectionController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController" to "Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\AssetController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController" to "Pimcore\Bundle\PortalEngineBundle\Controller\DataPool\DataObjectController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController" to "Pimcore\Bundle\PortalEngineBundle\Controller\DownloadCartController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\EmailController" to "Pimcore\Bundle\PortalEngineBundle\Controller\EmailController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController" to "Pimcore\Bundle\PortalEngineBundle\Controller\LanguageVariantController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\PortalController" to "Pimcore\Bundle\PortalEngineBundle\Controller\PortalController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController" to "Pimcore\Bundle\PortalEngineBundle\Controller\PublicShareController".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Asset\FileUploadService" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\BatchTaskController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\CollectionController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\AssetController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\DataObjectController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\AssetController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DataPool\PublicShare\DataObjectController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DirectEditController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\DownloadController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\FolderController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DetailActionsController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShare\DownloadController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\PublicShareController".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\SavedSearch\SavedSearchService" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SavedSearchController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\SearchController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\TranslationController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController" to "Pimcore\Bundle\PortalEngineBundle\Controller\SavedSearchController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\SearchController" to "Pimcore\Bundle\PortalEngineBundle\Controller\SearchController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController" to "Pimcore\Bundle\PortalEngineBundle\Controller\SnippetController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController" to "Pimcore\Bundle\PortalEngineBundle\Controller\StatisticExplorerController".
Inlined service ".service_locator.tWA55KB.Pimcore\Bundle\PortalEngineBundle\Controller\UserController" to "Pimcore\Bundle\PortalEngineBundle\Controller\UserController".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Frontend\FrontendConfigService" to "Pimcore\Bundle\PortalEngineBundle\Twig\ConfigExtension".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\StatisticsTracker\Elasticsearch\AssetUpdateTracker" to "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\AssetUpdateSubscriber".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\StatisticsTracker\Elasticsearch\DownloadTracker" to "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\DownloadTrackerSubscriber".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Installer\TableInstaller" to "Pimcore\Bundle\PortalEngineBundle\Installer".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController" to "Elements\Bundle\RecurringDatesTypeBundle\Controller\DefaultController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\QrCode\Controller\QrCodeController" to "Elements\Bundle\QrCode\Controller\QrCodeController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\QrCode\Controller\QrDownloadController" to "Elements\Bundle\QrCode\Controller\QrDownloadController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\QrCode\Controller\QrPreviewController" to "Elements\Bundle\QrCode\Controller\QrPreviewController".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfiguration" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\Trim" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\StringReplace" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\Explode" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\StaticText" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\ConditionalConversion" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\ReduceArrayKeyValuePairs" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\FlattenArray" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\Combine" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\HtmlDecode" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\ImportAsset" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\LoadAsset" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\LoadDataObject" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\Numeric" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\QuantityValue" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\QuantityValueArray" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\InputQuantityValue" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\InputQuantityValueArray" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\Boolean" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\Date" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\Gallery" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\ImageAdvanced" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsArray" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsGeopoint" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsGeobounds" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsGeopolygon" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsGeopolyline" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\DataTarget\Direct" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\DataTarget\ManyToManyRelation" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\DataTarget\Classificationstore" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\DataTarget\ClassificationstoreBatch" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Preview\PreviewService" to "Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController".
Inlined service ".service_locator.oafe0zm.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" to "Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\AssetLoader" to "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\UploadLoader" to "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\HttpLoader" to "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\SftpLoader" to "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\PushLoader" to "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\CsvFileInterpreter" to "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\InterpreterFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\XlsxFileInterpreter" to "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\InterpreterFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\JsonFileInterpreter" to "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\InterpreterFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\XmlFileInterpreter" to "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\InterpreterFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Cleanup\DeleteStrategy" to "Pimcore\Bundle\DataImporterBundle\Cleanup\CleanupStrategyFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Cleanup\UnpublishStrategy" to "Pimcore\Bundle\DataImporterBundle\Cleanup\CleanupStrategyFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Resolver" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Load\IdStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Load\PathStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Load\AttributeStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Load\NotLoadStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Location\FindParentStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Location\FindOrCreateFolderStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Location\NoChangeStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Location\StaticPathStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Location\DoNotCreateStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Publish\AlwaysPublishStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Publish\AttributeBasedStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Publish\NoChangePublishNewStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Publish\NoChangeUnpublishNewStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Factory\DataObjectFactory" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Cleanup\CleanupStrategyFactory" to "Pimcore\Bundle\DataImporterBundle\Processing\ImportProcessingService".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\LoggingClientApi\Controller\LoggingController" to "Elements\Bundle\LoggingClientApi\Controller\LoggingController".
Inlined service ".service_locator.mx0UMmY.Elements\Bundle\AzureAuthBundle\Controller\AuthController" to "Elements\Bundle\AzureAuthBundle\Controller\AuthController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\HashCashBundle\Controller\AjaxController" to "Elements\Bundle\HashCashBundle\Controller\AjaxController".
Inlined service ".service_locator.LbR_Hkl" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~mEJafni" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController".
Inlined service "Elements\Demi\Deskline\Accommodation\Search\Service\Vacancies\Live" to "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController" to "Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController".
Inlined service "Elements\Demi\AdditionalService\Search\Listing" to "Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController" to "Elements\Bundle\DemiFrontendBundle\Controller\AdditionalServiceController".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController".
Inlined service "Elements\Demi\Deskline\Accommodation\Search\Service\Vacancies\Live" to "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController" to "Elements\Bundle\DemiFrontendBundle\Controller\AffiliateController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\BrochureController" to "Elements\Bundle\DemiFrontendBundle\Controller\BrochureController".
Inlined service "Elements\Demi\AdditionalService\Search\Listing" to "Elements\Bundle\DemiFrontendBundle\Controller\CartController".
Inlined service "Elements\Demi\Deskline\Accommodation\Search\Service\Vacancies\Live" to "Elements\Bundle\DemiFrontendBundle\Controller\CartController".
Inlined service "Elements\Demi\Deskline\Package\Search\Service\Live" to "Elements\Bundle\DemiFrontendBundle\Controller\CartController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\CartController" to "Elements\Bundle\DemiFrontendBundle\Controller\CartController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController" to "Elements\Bundle\DemiFrontendBundle\Controller\CheckoutController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\ContentController" to "Elements\Bundle\DemiFrontendBundle\Controller\ContentController".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController".
Inlined service "Elements\Demi\Deskline\Package\Search\Service\Live" to "Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController" to "Elements\Bundle\DemiFrontendBundle\Controller\DestinationPackageController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\DownloadController" to "Elements\Bundle\DemiFrontendBundle\Controller\DownloadController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\EventsController" to "Elements\Bundle\DemiFrontendBundle\Controller\EventsController".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController".
Inlined service "Elements\Demi\Deskline\Package\Search\Service\Live" to "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController" to "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageContainerController".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController".
Inlined service "Elements\Demi\Deskline\Package\Search\Service\Live" to "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController" to "Elements\Bundle\DemiFrontendBundle\Controller\HousePackageMasterController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\ImageController" to "Elements\Bundle\DemiFrontendBundle\Controller\ImageController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController" to "Elements\Bundle\DemiFrontendBundle\Controller\InfrastructureController".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Controller\ListController".
Inlined service "elements_demi_search_listing_corridor" to "Elements\Bundle\DemiFrontendBundle\Controller\ListController".
Inlined service "Elements\Bundle\DemiFrontendBundle\Service\SortFactory" to "Elements\Bundle\DemiFrontendBundle\Controller\ListController".
Inlined service "Elements\Demi\Deskline\Accommodation\Search\Service\Vacancies\Live" to "Elements\Bundle\DemiFrontendBundle\Controller\ListController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\ListController" to "Elements\Bundle\DemiFrontendBundle\Controller\ListController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\MailController" to "Elements\Bundle\DemiFrontendBundle\Controller\MailController".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Controller\MapController".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Controller\MapController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\MapController" to "Elements\Bundle\DemiFrontendBundle\Controller\MapController".
Inlined service "Elements\Demi\AdditionalService\Search\Listing" to "Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController".
Inlined service "Elements\Demi\AdditionalService\Search\Listing" to "Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController" to "Elements\Bundle\DemiFrontendBundle\Controller\MerchandiseShopController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController" to "Elements\Bundle\DemiFrontendBundle\Controller\OrderHistoryController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\RedirectController" to "Elements\Bundle\DemiFrontendBundle\Controller\RedirectController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController" to "Elements\Bundle\DemiFrontendBundle\Controller\SavingRequestController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\SnippetController" to "Elements\Bundle\DemiFrontendBundle\Controller\SnippetController".
Inlined service "Elements\Demi\AdditionalService\Search\Listing" to "Elements\Bundle\DemiFrontendBundle\Controller\TicketController".
Inlined service "Elements\Demi\AdditionalService\Search\Listing" to "Elements\Bundle\DemiFrontendBundle\Controller\TicketController".
Inlined service "Elements\Demi\AdditionalService\Search\Listing" to "Elements\Bundle\DemiFrontendBundle\Controller\TicketController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\TicketController" to "Elements\Bundle\DemiFrontendBundle\Controller\TicketController".
Inlined service ".service_locator.Z3eEsyj.Elements\Bundle\DemiFrontendBundle\Controller\VersionController" to "Elements\Bundle\DemiFrontendBundle\Controller\VersionController".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Service\AccommodationJsonLd".
Inlined service "Elements\Demi\AdditionalService\Search\Listing" to "Elements\Bundle\DemiFrontendBundle\Service\MerchandiseShop".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Service\Teaser".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiHousepackageMasterSelfAssignList".
Inlined service "Elements\Demi\Accommodation\Search\Listing\VacancyLocal" to "Elements\Bundle\DemiFrontendBundle\Document\Areabrick\DemiHousepackageContainerList".
Inlined service ".service_locator.Z3eEsyj.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController" to "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver.inner" to "debug.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver".
Inlined service "debug.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver.inner" to "debug.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver".
Inlined service "debug.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver.inner" to "debug.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.pimcore-core.messenger.handlers_locator" to "messenger.bus.pimcore-core.middleware.handle_message".
Inlined service "messenger.bus.portal-engine.messenger.handlers_locator" to "messenger.bus.portal-engine.middleware.handle_message".
Inlined service "debug.traced.messenger.bus.portal-engine.inner" to "debug.traced.messenger.bus.portal-engine".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "scheb_two_factor.security.access.authenticated_voter" to "debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter" to "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAccessVoter".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAssetUploadFolderReviewingVoter" to "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolAssetUploadFolderReviewingVoter".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolDownloadVoter" to "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolDownloadVoter".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolItemPermissionVoter" to "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolItemPermissionVoter".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolVersionHistoryVoter" to "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\DataPoolVersionHistoryVoter".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter" to "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\PortalAccessVoter".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\StatisticExplorerAccessVoter" to "debug.security.voter.Pimcore\Bundle\PortalEngineBundle\Service\Security\Voter\StatisticExplorerAccessVoter".
Inlined service ".doctrine.orm.portal_engine_metadata_driver.inner" to ".doctrine.orm.portal_engine_metadata_driver".
Inlined service ".doctrine.orm.pimcore_direct_edit_metadata_driver.inner" to ".doctrine.orm.pimcore_direct_edit_metadata_driver".
Inlined service ".doctrine.orm.statistics_explorer_metadata_driver.inner" to ".doctrine.orm.statistics_explorer_metadata_driver".
Inlined service "security.authentication.rememberme.services.simplehash.portal_engine.two_factor_decorator.inner" to "security.authentication.rememberme.services.simplehash.portal_engine.two_factor_decorator".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.smLGMEV" to ".service_locator.smLGMEV.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.nq9_8dm" to ".service_locator.nq9_8dm.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController".
Inlined service ".service_locator._V2Yi6O" to ".service_locator._V2Yi6O.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController".
Inlined service "doctrine.orm.portal_engine_annotation_metadata_driver" to ".doctrine.orm.portal_engine_metadata_driver.inner".
Inlined service "doctrine.orm.pimcore_direct_edit_annotation_metadata_driver" to ".doctrine.orm.pimcore_direct_edit_metadata_driver.inner".
Inlined service "doctrine.orm.statistics_explorer_annotation_metadata_driver" to ".doctrine.orm.statistics_explorer_metadata_driver.inner".
Inlined service ".service_locator.77WAxYF" to "console.command_loader".
Inlined service "router.default" to "router".
Inlined service "cmf_routing.dynamic_router" to "router".
Inlined service "Pimcore\Routing\Element\Router" to "router".
Inlined service "Pimcore\Routing\Staticroute\Router" to "router".
Inlined service "debug.traced.messenger.bus.pimcore-core.inner" to "messenger.default_bus".
Inlined service "Pimcore\Routing\Dynamic\DataObjectRouteHandler" to "cmf_routing.route_provider".
Inlined service "scheb_two_factor.persister_factory.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
Inlined service "Pimcore\Model\Factory\FallbackBuilder" to "pimcore.model.factory".
Inlined service "pimcore.model.factory.classmap_builder" to "pimcore.model.factory".
Inlined service "pimcore.document.areabrick.brick_locator" to "Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface".
Inlined service ".service_locator.GVyCdgr" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface" to "pimcore_ecommerce.factory".
Inlined service "pimcore_ecommerce.locator.price_system" to "pimcore_ecommerce.factory".
Inlined service "pimcore_ecommerce.locator.availability_system" to "pimcore_ecommerce.factory".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface" to "pimcore_ecommerce.factory".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface" to "pimcore_ecommerce.factory".
Inlined service "pimcore_ecommerce.locator.payment_manager.provider" to "pimcore_ecommerce.payment_manager".
Inlined service "pimcore_ecommerce.index_service.default.worker" to "pimcore_ecommerce.index_service".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "Elements\Demi\Graz\Dependency\Container" to "console.command.public_alias.App\Command\GrazImportCommand".
Inlined service "Elements\Demi\Schladming\Dependency\Container" to "console.command.public_alias.App\Command\SchladmingImportCommand".
Inlined service "App\Typeahead\FileGenerator" to "console.command.public_alias.App\Command\TypeaheadGenerateCommand".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "twig.extension.trans" to "twig".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\PatternRender" to "twig".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\PatternRender" to "twig".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\PatternRender" to "twig".
Inlined service "Elements\Bundle\StyleLabBundle\Templating\Helper\PatternRender" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\General\AnyDocumentTargetType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\StatisticsExplorerBundle\Service\EntityManagerService" to "Pimcore\Bundle\StatisticsExplorerBundle\Service\ConfigurationLoaderService".
Inlined service "Pimcore\Bundle\StatisticsExplorerBundle\Service\EntityManagerService" to "Pimcore\Bundle\StatisticsExplorerBundle\Service\ConfigurationLoaderService".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Asset\FileUpload\AssetListService" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController".
Inlined service "Pimcore\Bundle\PortalEngineBundle\Service\Asset\FileUpload\AssetListService" to "Pimcore\Bundle\PortalEngineBundle\Controller\Rest\Api\AssetUploadController".
4
Tag "templating.helper" was defined on service(s) "App\Service\TwigHelper", "App\Service\ObjectHelper", "App\Service\TeaserListHelper", "elements_css_loader.templating.helper", "Elements\Bundle\JsonLdBundle\Templating\Helper\JsonLd", "Elements\Bundle\CmsToolsBundle\Templating\Helper\CutStringRespectingWhitespace", "Elements\Bundle\CmsToolsBundle\Templating\Helper\CutStringRespectingWhitespaceHtml", "Elements\Bundle\CmsToolsBundle\Templating\Helper\Areabrick", "Elements\Bundle\CmsToolsBundle\Templating\Helper\CssOptimizerHelper", "Elements\Bundle\CmsToolsBundle\Templating\Helper\VideoHelper", "Elements\Bundle\CmsToolsBundle\Tool\Helper\ElementsCustomDateFormat", "elements_seo_helper.templating.view_helper.canonical", "elements_seo_helper.templateing.view_helper.head_meta", "elements_seo_helper.templating.view_helper.head_title", "elements_seo_helper.templating.view_helper.robots", "elements_seo_helper.templating.view_helper.pretty_url", "elements_seo_helper.templating.view_helper.pretty_path", "elements_seo_helper.templating.view_helper.open_graph", "elements_seo_helper.templating.view_helper.hreflang", "Elements\Bundle\StyleLabBundle\Templating\Helper\DoNotTouchHelper", "Elements\Bundle\StyleLabBundle\Templating\Helper\GetFilePath", "Elements\Bundle\StyleLabBundle\Templating\Helper\NameHelper", "Elements\Bundle\JsonLdReloadedBundle\Templating\Helper\JsonLdHelper", "Elements\Bundle\CacheHelperBundle\Templating\CacheHelper", "Elements\Bundle\CacheHelperBundle\Templating\CacheKeyBuilder", "Elements\Bundle\CookieBarBundle\Templating\Helper\CookieBarConfig", "Elements\Bundle\DateRangeHelperBundle\Templating\Helper\DateFormat", "Elements\Bundle\DateRangeHelperBundle\Templating\Helper\DateFormatRange", "Elements\Bundle\GoogleCseBundle\Templating\Helper\CseTemplateHelper", "Elements\Bundle\RecurringDatesTypeBundle\Templating\RecurringDatesHelper", "Elements\Bundle\DemiFrontendBundle\Service\LinkGenerator", "elements.templating.view_helper.js_config", but was never used.
Tag "scheb_two_factor.access_listener" was defined on service(s) "security.authentication.access_listener.two_factor.pimcore_admin", but was never used.
Tag "doctrine_phpcr.event_subscriber" was defined on service(s) "cmf_routing.persistence.doctrine.route_condition_metadata_listener", but was never used. Did you mean "doctrine.event_subscriber"?
Tag "pimcore.templating.vars_provider" was defined on service(s) "Elements\Bundle\DemiFrontendBundle\Templating\DemiTemplateVarsProvider", but was never used.